From 9743be899e8494619651fa027b14338649013263 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Tue, 21 Mar 2006 09:52:38 +0000 Subject: [PATCH] update volo xsession and fix the syntax error in the global xsession --- .xsession | 2 +- .xsession_volo | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.xsession b/.xsession index 015fe7a..2e55ce0 100644 --- a/.xsession +++ b/.xsession @@ -20,7 +20,7 @@ fi; xmodmap -e 'keycode 116 = Multi_key' xmodmap -e 'keycode 115 = Super_L' xmodmap -e 'clear mod4' -xmodmap -e 'add mod4 Super_L' +xmodmap -e 'add mod4 = Super_L' if [ -e ~/.Xresources_$HOSTNAME ]; then xrdb -merge < ~/.Xresources_$HOSTNAME; diff --git a/.xsession_volo b/.xsession_volo index 7b30865..ce24ca4 100644 --- a/.xsession_volo +++ b/.xsession_volo @@ -18,7 +18,7 @@ if [ -x /usr/bin/synclient ]; then fi; if [ -x /usr/bin/syndaemon ]; then - syndaemon -i 1 -t -d + syndaemon -i 0.3 -t -d fi; if [ -x /usr/bin/gtkpbbuttons ]; then -- 2.39.5