diff options
Diffstat (limited to '.local')
-rwxr-xr-x | .local/bin/chkb | 1 |
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' \ |