diff options
Diffstat (limited to 'sxhkd/.local/bin/toggle-layout')
-rwxr-xr-x | sxhkd/.local/bin/toggle-layout | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sxhkd/.local/bin/toggle-layout b/sxhkd/.local/bin/toggle-layout deleted file mode 100755 index 5df7e2f..0000000 --- a/sxhkd/.local/bin/toggle-layout +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash - -lang="$(setxkbmap -print | grep xkb_symbols | cut -d'+' -f 2)" - -if [ "$lang" = "us" ]; then - setxkbmap ir -else - setxkbmap us - #xmodmap $HOME/.Xmodmap -fi |