xinitrc: fix typo in setxkbmap
This commit is contained in:
parent
15bf6c49b7
commit
e40bbc0852
1 changed files with 1 additions and 1 deletions
2
xinitrc
2
xinitrc
|
|
@ -4,7 +4,7 @@ case "$HOSTNAME" in
|
||||||
fau*)
|
fau*)
|
||||||
# detects fau-machine and defines variable for Xresources
|
# detects fau-machine and defines variable for Xresources
|
||||||
xrdb -load -DHOST_FAUCIP ~/.Xresources
|
xrdb -load -DHOST_FAUCIP ~/.Xresources
|
||||||
setxkbmap us -variant altgr-intl -option ctr:nocaps
|
setxkbmap us -variant altgr-intl -option ctrl:nocaps
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
# other hosts cann use SRVR_host
|
# other hosts cann use SRVR_host
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue