xrdb ~/.Xresources &
xdg-user-dirs-update &
-~/scripts/SessionManager.py &
-gnome-screensaver &
-gnome-power-manager &
+xscreensaver &
+xfce4-power-manager &
volumeicon &
system-config-printer-applet &
thunar --daemon &
-xcompmgr -c -t-5 -l-5 -r4.2 -o.55 &
+#xcompmgr -c -t-5 -l-5 -r4.2 -o.55 &
+xcompmgr -n -f -D5 &
+nm-applet &
+tint2 &
+conky &
if egrep -iq 'touchpad' /proc/bus/input/devices; then
synclient VertEdgeScroll=1 &
env | grep DBUS_SESSION_BUS_ADDRESS > $HOME/.Xdbus
echo 'export DBUS_SESSION_BUS_ADDRESS' >> $HOME/.Xdbus
-tint2 &
-conky &
-nm-applet &
-
-~/scripts/start-daemon.sh -n19 -c2 -p7 offlineimap -u Noninteractive.Quiet
+[ $(pgrep -c offlineimap) = 1 ] || tmux new-session -d -s offlineimap offlineimap &
# Launch default desktop applications
gajim &
#x-terminal-emulator -e mutt &
#x-www-browser &
-#liferea &
+
+# 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'