set default keyboard layout to EURkey
This commit is contained in:
parent
fb5affc593
commit
bc440c2c7c
1 changed files with 2 additions and 2 deletions
4
.xinitrc
4
.xinitrc
|
@ -35,8 +35,8 @@ fi
|
||||||
# Remaps Capslock key to control.
|
# Remaps Capslock key to control.
|
||||||
# (only works for x environment - I haven't needed it for non-x yet)
|
# (only works for x environment - I haven't needed it for non-x yet)
|
||||||
setxkbmap -option ctrl:nocaps
|
setxkbmap -option ctrl:nocaps
|
||||||
# sets default to german layout, with possibility to switch to us
|
# sets default to EURkey layout, with possibility to switch to german
|
||||||
setxkbmap -layout de,us
|
setxkbmap -layout eu,de
|
||||||
# allows switching layouts with alt+space
|
# allows switching layouts with alt+space
|
||||||
setxkbmap -option grp:alt_shift_toggle
|
setxkbmap -option grp:alt_shift_toggle
|
||||||
# quit out of X with ctrl+alt+backspace
|
# quit out of X with ctrl+alt+backspace
|
||||||
|
|
Loading…
Reference in a new issue