aboutsummaryrefslogtreecommitdiff
path: root/executable_dot_xinitrc.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'executable_dot_xinitrc.tmpl')
-rw-r--r--executable_dot_xinitrc.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/executable_dot_xinitrc.tmpl b/executable_dot_xinitrc.tmpl
index cd21129..e37040f 100644
--- a/executable_dot_xinitrc.tmpl
+++ b/executable_dot_xinitrc.tmpl
@@ -35,7 +35,8 @@ case `uname` in
[ -d /usr/local/share/fonts/spleen ] && xset +fp /usr/local/share/fonts/spleen/
redshift &
${HOME}/bin/icd
- xmodmap -e 'remove mod4 = Alt_R'
+ # Only needed if you have Kinesis in Windows mode
+ # xmodmap -e 'remove mod4 = Alt_R'
xidle &
exec xmonad
;;