X-Git-Url: https://git.kirya.net/?p=dotfiles%2Fopenbox.git;a=blobdiff_plain;f=autostart.sh;h=97eea745d7953226b13b7ec22941f7faeabba6da;hp=1bd77ced673c093236ad1835fcbb4ffc3ca585a1;hb=576735a76327e905b783950731515b58495b548a;hpb=b0fc4b82bca2b3d15e8a12958cb2db6ad7f3ea30 diff --git a/autostart.sh b/autostart.sh index 1bd77ce..97eea74 100644 --- a/autostart.sh +++ b/autostart.sh @@ -11,13 +11,15 @@ export GPG_AGENT_INFO 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 & +nm-applet & +tint2 & +conky & if egrep -iq 'touchpad' /proc/bus/input/devices; then synclient VertEdgeScroll=1 & @@ -26,19 +28,14 @@ fi # Export the dbus session address on startup so it can be used by cron # http://dev.gentoo.org/~tomka/mail.html -touch $HOME/.Xdbus -chmod 600 $HOME/.Xdbus -env | grep DBUS_SESSION_BUS_ADDRESS > $HOME/.Xdbus -echo 'export DBUS_SESSION_BUS_ADDRESS' >> $HOME/.Xdbus - -tint2 & -conky & -nm-applet & +touch $HOME/.Xdbus & +chmod 600 $HOME/.Xdbus & +env | grep DBUS_SESSION_BUS_ADDRESS > $HOME/.Xdbus & +echo 'export DBUS_SESSION_BUS_ADDRESS' >> $HOME/.Xdbus & -~/scripts/start-daemon.sh -n19 -c2 -p7 offlineimap -u Noninteractive.Quiet +screen -d -m -S offlineimap offlineimap & # Launch default desktop applications gajim & #x-terminal-emulator -e mutt & #x-www-browser & -#liferea &