summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-11-19 01:36:16 +0100
committerThomas Voss <mail@thomasvoss.com> 2023-11-19 01:36:16 +0100
commit776c6d5f0fc2436d41f27efb7f3422516fa04714 (patch)
tree480705f9ad8515eb8e9d906df1c0bd7b7be372e9
parent8ed42c04a81582a61b97a3304655cc5023f635f1 (diff)
chkb: Remove debug message
-rwxr-xr-x.local/bin/chkb1
1 files changed, 0 insertions, 1 deletions
diff --git a/.local/bin/chkb b/.local/bin/chkb
index ac27e98..7837e9b 100755
--- a/.local/bin/chkb
+++ b/.local/bin/chkb
@@ -22,7 +22,6 @@ s="$(
if choice="$(echo "$s" | osel)"
then
- echo "$s"
n="$(echo "$s" | sed -n "/$choice/=" | { xargs expr -1 + || true; })"
hyprctl switchxkblayout $KEYBOARD $n >/dev/null
notify 'Keyboard Layout Changed' \