2 /usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 &
3 /usr/lib/notify-osd/notify-osd &
4 [ -x /usr/bin/bluetooth-applet ] && bluetooth-applet &
13 /usr/share/dvcs-autosync/autosync-xdg-launcher.sh &
15 [ $(pgrep -c offlineimap) = 1 ] || tmux new-session -d -s offlineimap offlineimap &
17 if grep -iq 'TouchPad' /proc/bus/input/devices; then
18 synclient VertEdgeScroll=1 &
19 synclient VertTwoFingerScroll=1 &
20 synclient TapButton1=1 &
23 if grep -q 'ETPS/2 Elantech Touchpad' /proc/bus/input/devices; then
24 synclient MinSpeed=0 &
25 synclient MaxSpeed=2.5 &
26 synclient PalmDetect=1 &
27 synclient AccelFactor=0.15 &
28 synclient VertScrollDelta=15 &