X-Git-Url: https://git.kirya.net/?p=dotfiles%2Fopenbox.git;a=blobdiff_plain;f=autostart.sh;h=8d7ef6af86bd6275c35381dd972a4587ab364c19;hp=40dd70a16007728753ac6295d5d724c8d6884b70;hb=eff5f2cb6ce72357dcf71d59dc5d09e75480a96e;hpb=c6cb6a03997e7458004d2c39767c3f5aad8fb045 diff --git a/autostart.sh b/autostart.sh index 40dd70a..8d7ef6a 100644 --- a/autostart.sh +++ b/autostart.sh @@ -16,7 +16,8 @@ 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 & @@ -33,7 +34,7 @@ chmod 600 $HOME/.Xdbus env | grep DBUS_SESSION_BUS_ADDRESS > $HOME/.Xdbus echo 'export DBUS_SESSION_BUS_ADDRESS' >> $HOME/.Xdbus -screen -dmS offlineimap offlineimap & +[ $(pgrep -c offlineimap) = 1 ] || tmux new-session -d -s offlineimap offlineimap & # Launch default desktop applications gajim &