2 /usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 &
3 /usr/lib/notify-osd/notify-osd &
13 /usr/share/dvcs-autosync/autosync-xdg-launcher.sh &
15 [ $(pgrep -c offlineimap) = 1 ] || tmux new-session -d -s offlineimap offlineimap &
17 if grep -q 'SynPS/2 Synaptics TouchPad' /proc/bus/input/devices; then
18 synclient VertEdgeScroll=1 &
19 synclient VertTwoFingerScroll=1 &
20 synclient TapButton1=1 &
22 else if grep -q 'ETPS/2 Elantech Touchpad' /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 VertTwoFingerScroll=1 &
30 synclient TapButton1=1 &