xinitrc: always use us keyboard layout

This commit is contained in:
Thomas Preisner 2018-02-03 00:14:40 +01:00
parent 31e461fb38
commit 5261afc3bb

View file

@ -4,7 +4,6 @@ case "$HOSTNAME" in
fau*)
# detects fau-machine and defines variable for Xresources
xrdb -load -DHOST_FAUCIP ~/.Xresources
setxkbmap us -variant altgr-intl -option ctrl:nocaps
;;
*)
# other hosts cann use SRVR_host
@ -12,6 +11,8 @@ case "$HOSTNAME" in
;;
esac
setxkbmap us -variant altgr-intl -option ctrl:nocaps
if [ -d $HOME/.fonts ]; then
xset +fp $HOME/.fonts
xset fp rehash