X-Git-Url: https://git.kirya.net/?p=dotfiles%2Fopenbox.git;a=blobdiff_plain;f=autostart.sh;h=8d7ef6af86bd6275c35381dd972a4587ab364c19;hp=54050cec8f11bb5c8a6fd4a39b184dba4f842e1c;hb=eff5f2cb6ce72357dcf71d59dc5d09e75480a96e;hpb=b1dd7fb4c73e8172b1ca0e2188d6dda2bbb3c985 diff --git a/autostart.sh b/autostart.sh index 54050ce..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,9 +34,12 @@ 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 & #x-terminal-emulator -e mutt & #x-www-browser & + +# 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'