2 /usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 &
3 /usr/lib/notify-osd/notify-osd &
12 /usr/share/dvcs-autosync/autosync-xdg-launcher.sh &
14 [ $(pgrep -c offlineimap) = 1 ] || tmux new-session -d -s offlineimap offlineimap &
16 if egrep -iq 'touchpad' /proc/bus/input/devices; then
17 synclient MinSpeed=0 &
18 synclient MaxSpeed=2.5 &
19 synclient PalmDetect=1 &
20 synclient AccelFactor=0.15 &
21 synclient VertEdgeScroll=1 &
22 synclient VertScrollDelta=15 &
23 synclient VertTwoFingerScroll=1 &
24 synclient TapButton1=1 &