projects
/
dotfiles
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
8180d7b
)
Adapt default synclient options
author
Julien Valroff
<julien@kirya.net>
Wed, 17 Aug 2011 05:52:44 +0000
(07:52 +0200)
committer
Julien Valroff
<julien@kirya.net>
Wed, 17 Aug 2011 05:52:44 +0000
(07:52 +0200)
autostart.sh
patch
|
blob
|
history
diff --git
a/autostart.sh
b/autostart.sh
index
1acedda
..
907a757
100644
(file)
--- a/
autostart.sh
+++ b/
autostart.sh
@@
-1,7
+1,8
@@
# Run the system-wide support stuff
#. $GLOBALAUTOSTART
# 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`
# 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 &
xrdb ~/.Xresources &
xdg-user-dirs-update &
+gnome-power-manager &
xscreensaver &
xscreensaver &
-xfce4-power-manager &
volumeicon &
system-config-printer-applet &
thunar --daemon &
volumeicon &
system-config-printer-applet &
thunar --daemon &
@@
-22,9
+23,15
@@
nm-applet &
tint2 &
conky &
clipit &
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 VertEdgeScroll=1 &
+ synclient VertScrollDelta=15 &
synclient TapButton1=1 &
fi
synclient TapButton1=1 &
fi