export GPG_AGENT_INFO
/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 &
+/usr/lib/notification-daemon/notification-daemon &
+
gnome-power-manager &
xscreensaver &
volumeicon &
conky &
clipit &
sparkleshare restart &
-pgrep offlineimap >/dev/null || tmux new-session -d -s offlineimap offlineimap &
+[ $(pgrep -c offlineimap) = 1 ] || tmux new-session -d -s offlineimap offlineimap &
if egrep -iq 'touchpad|click-pad' /proc/bus/input/devices; then
synclient MinSpeed=0 &
synclient TapButton1=1 &
syndaemon -i0.2 -d &
fi
-
-# Font antialiasing and GTK+ look and feel in java applications
-export JAVA_OPTS='-Dawt.useSystemAAFontSettings=on -Dswing.aatext=true -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel'