nitrogen --restore & /usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 & /usr/lib/notify-osd/notify-osd & [ ! -x /usr/bin/bluetooth-applet ] || bluetooth-applet & gnome-power-manager & xscreensaver & volumeicon & thunar --daemon & xcompmgr -n -f -D5 & tint2 & conky & clipit & ~/scripts/autosync-xdg-launcher.sh & [ $(pgrep -c offlineimap) = 1 ] || tmux new-session -d -s offlineimap offlineimap & if grep -iq 'TouchPad' /proc/bus/input/devices; then synclient VertEdgeScroll=1 & synclient VertTwoFingerScroll=1 & synclient TapButton1=1 & syndaemon -i0.2 -d & fi if grep -q 'ETPS/2 Elantech Touchpad' /proc/bus/input/devices; then synclient MinSpeed=0 & synclient MaxSpeed=2.5 & synclient PalmDetect=1 & synclient AccelFactor=0.15 & synclient VertScrollDelta=15 & fi # vim:ft=sh