Created
June 9, 2015 15:37
-
-
Save linuxoid69/a561bdbb56f56187db43 to your computer and use it in GitHub Desktop.
keyboard layout
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
CURRENT=$(setxkbmap -query | grep layout | awk '{print $2}') | |
if [[ $CURRENT == 'ru' ]] | |
then | |
setxkbmap us | |
else | |
setxkbmap ru | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Скрипт для переключения раскладки. Можно забиндить на любые кнопки.