diff options
-rw-r--r-- | executable_dot_xinitrc.tmpl | 3 |
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 ;; |