xinitrc: always use us keyboard layout
This commit is contained in:
parent
31e461fb38
commit
5261afc3bb
1 changed files with 2 additions and 1 deletions
3
xinitrc
3
xinitrc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue