set default keyboard layout to EURkey

This commit is contained in:
Marty Oehme 2019-04-24 15:29:25 +02:00
parent fb5affc593
commit bc440c2c7c

View file

@ -35,8 +35,8 @@ fi
# Remaps Capslock key to control.
# (only works for x environment - I haven't needed it for non-x yet)
setxkbmap -option ctrl:nocaps
# sets default to german layout, with possibility to switch to us
setxkbmap -layout de,us
# sets default to EURkey layout, with possibility to switch to german
setxkbmap -layout eu,de
# allows switching layouts with alt+space
setxkbmap -option grp:alt_shift_toggle
# quit out of X with ctrl+alt+backspace