diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/openbox/autostart.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/openbox/autostart.sh b/.config/openbox/autostart.sh index b6b7300..8928736 100644 --- a/.config/openbox/autostart.sh +++ b/.config/openbox/autostart.sh @@ -17,13 +17,13 @@ nitrogen --restore & #Force OpenOffice.org to use GTK theme export OOO_FORCE_DESKTOP=gnome -~/bin/swIcon.py & +~/.local/bin/swIcon.py & #volwheel & #trayer --widthtype request --height 24 --align right --margin 0 --padding 0 \ # --transparent true --alpha 256 --tint 0xffffff --SetDockType true & stalonetray --config ~/.config/stalonetray/stalonetrayrc & -~/voltray.py & +~/.local/bin/voltray.py & #volwheel & # Run XDG autostart things. By default don't run anything desktop-specific |