Last active
August 29, 2015 13:55
-
-
Save nurettin/8715375 to your computer and use it in GitHub Desktop.
switch between us and tr keyboards while keeping modmap
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 | |
setxkbmap -query | grep "\Wtr" 1>/dev/null && setxkbmap us || setxkbmap tr | |
xmodmap /home/nurettin/.Xmodmap |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment