xinitrc: fix typo in setxkbmap

This commit is contained in:
Thomas Preisner 2017-02-23 18:29:54 +01:00
parent 15bf6c49b7
commit e40bbc0852

View file

@ -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