From: Julien Valroff Date: Wed, 17 Aug 2011 05:52:44 +0000 (+0200) Subject: Adapt default synclient options X-Git-Url: http://git.kirya.net/?p=dotfiles%2Fopenbox.git;a=commitdiff_plain;h=9f42e999b0a3fa31982f2ddbeda3d3e1e74defec Adapt default synclient options --- diff --git a/autostart.sh b/autostart.sh index 1acedda..907a757 100644 --- a/autostart.sh +++ b/autostart.sh @@ -1,7 +1,8 @@ # Run the system-wide support stuff #. $GLOBALAUTOSTART -nitrogen --restore & +# let's keep the standard wallpaper +#nitrogen --restore & # Programs to launch at startup eval `dbus-launch --sh-syntax --exit-with-session` @@ -11,8 +12,8 @@ export GPG_AGENT_INFO xrdb ~/.Xresources & xdg-user-dirs-update & +gnome-power-manager & xscreensaver & -xfce4-power-manager & volumeicon & system-config-printer-applet & thunar --daemon & @@ -22,9 +23,15 @@ nm-applet & tint2 & conky & clipit & +sparkleshare restart & -if egrep -iq 'touchpad' /proc/bus/input/devices; then +if egrep -iq 'touchpad|click-pad' /proc/bus/input/devices; then + synclient MinSpeed=0 & + synclient MaxSpeed=2.5 & + synclient PalmDetect=1 & + synclient AccelFactor=0.15 & synclient VertEdgeScroll=1 & + synclient VertScrollDelta=15 & synclient TapButton1=1 & fi