1 # Run the system-wide support stuff
4 #eval `dbus-launch --sh-syntax --exit-with-session`
5 eval `gnome-keyring-daemon --start --components=pkcs11,secrets,ssh,gpg`
7 /usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 &
12 system-config-printer-applet &
19 sparkleshare restart &
20 [ $(pgrep -c offlineimap) = 1 ] || tmux new-session -d -s offlineimap offlineimap &
22 if egrep -iq 'touchpad|click-pad' /proc/bus/input/devices; then
23 synclient MinSpeed=0 &
24 synclient MaxSpeed=2.5 &
25 synclient PalmDetect=1 &
26 synclient AccelFactor=0.15 &
27 synclient VertEdgeScroll=1 &
28 synclient VertScrollDelta=15 &
29 synclient TapButton1=1 &