From 95b3e4bb744932ce4eac14bb350cc0455d15848a Mon Sep 17 00:00:00 2001 From: Patrick Simianer
Date: Sat, 16 Apr 2016 16:34:33 +0200 Subject: mv --- layout-switch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 layout-switch (limited to 'layout-switch') diff --git a/layout-switch b/layout-switch new file mode 100755 index 0000000..fdc6b65 --- /dev/null +++ b/layout-switch @@ -0,0 +1,16 @@ +#!/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 + -- cgit v1.2.3