summaryrefslogtreecommitdiff
path: root/layout_switch
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2016-04-16 16:34:33 +0200
committerPatrick Simianer <p@simianer.de>2016-04-16 16:34:33 +0200
commit95b3e4bb744932ce4eac14bb350cc0455d15848a (patch)
treec96093d9667c87264a8820d876041fe96b068f57 /layout_switch
parentfca926851e1d56eeb0044727fe976252d646f48d (diff)
mv
Diffstat (limited to 'layout_switch')
-rwxr-xr-xlayout_switch16
1 files changed, 0 insertions, 16 deletions
diff --git a/layout_switch b/layout_switch
deleted file mode 100755
index fdc6b65..0000000
--- a/layout_switch
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/zsh -x
-
-CUR_US=$(setxkbmap -print | grep xkb_symbols | grep -o "+us+")
-CUR_RU=$(setxkbmap -print | grep xkb_symbols | grep -o "+ru+")
-
-if [[ $CUR_US == "" ]]; then
- setxkbmap us
-fi
-
-if [[ $CUR_RU == "" ]]; then
- setxkbmap ru
-fi
-
-setxkbmap -option
-xmodmap ~/.Xmodmap
-