From 5261afc3bb86d60ce215eeb51b37b7e09d6171a3 Mon Sep 17 00:00:00 2001 From: Thomas Preisner Date: Sat, 3 Feb 2018 00:14:40 +0100 Subject: [PATCH] xinitrc: always use us keyboard layout --- xinitrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xinitrc b/xinitrc index f256c5d..c8e03f0 100755 --- a/xinitrc +++ b/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