From 34a666ba5fb43db7d88498f84f49446d73dfc125 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Tue, 28 Dec 2010 23:31:31 +0100 Subject: [PATCH] Move setxkbmap to end of .xinitrc.d/grml_keyboard again so Ctrl+Alt+Backspace really works. --- etc/skel/.xinitrc.d/grml_keyboard | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/skel/.xinitrc.d/grml_keyboard b/etc/skel/.xinitrc.d/grml_keyboard index 5bec35e..a4cbedf 100755 --- a/etc/skel/.xinitrc.d/grml_keyboard +++ b/etc/skel/.xinitrc.d/grml_keyboard @@ -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 ################################################################# -- 2.1.4