add aliases for keyboard layouts

This commit is contained in:
Jonathan Hodgson 2019-01-22 08:28:15 +00:00
parent 8c3a3e9462
commit 52b8328a78
2 changed files with 15 additions and 4 deletions

View file

@ -151,3 +151,6 @@ alias updateTime="sudo ntpd -qg"
# Keyboard - reset
# Sometimes, if I turn the screens off, the keyboard resets itself to defaults. Not sure why but this will put my keyboard back to how I like it
alias kb="xmodmap ~/.Xmodmap; xset r rate 200 70; xcape"
alias colemak="setxkbmap -layout gb,gb -variant \"colemak,\" -option grp:shifts_toggle"
alias qwerty="setxkbmap -layout gb"