Move setxkbmap to end of .xinitrc.d/grml_keyboard again so Ctrl+Alt+Backspace really...
authorMichael Prokop <mika@grml.org>
Tue, 28 Dec 2010 22:31:31 +0000 (23:31 +0100)
committerMichael Prokop <mika@grml.org>
Tue, 28 Dec 2010 22:31:31 +0000 (23:31 +0100)
etc/skel/.xinitrc.d/grml_keyboard

index 5bec35e..a4cbedf 100755 (executable)
@@ -10,9 +10,6 @@ if [ "$XINIT_GRML_KEYBOARD" = "false" ] ; then
    exit 0
 fi
 
-# Ctrl+Alt+Backspace killing xserver
-setxkbmap -option terminate:ctrl_alt_bksp
-
 if ! [ -r /etc/sysconfig/keyboard ] ; then
    [ -r $HOME/.Xmodmap ] && xmodmap $HOME/.Xmodmap || setxkbmap us
 else
@@ -28,4 +25,7 @@ else
    fi
 fi
 
+# Ctrl+Alt+Backspace killing xserver
+setxkbmap -option terminate:ctrl_alt_bksp
+
 ## END OF FILE #################################################################