summaryrefslogtreecommitdiff
path: root/data/autostart.sh.in
AgeCommit message (Collapse)Author
2010-02-17revamp the autostart functionality, so autostart apps launch after openbox.Dana Jansens
add /usr/libexec/openbox-autostart which runs the global/user scripts and launches /usr/libexec/openbox-xdg-autostart (which runs .desktop autostart stuff) make openbox-session call openbox with --startup option, to make openbox launch /usr/libexec/openbox-autostart *after* it is initialized. add /etc/xdg/openbox/environment and ~/.config/openbox/environment files to let user change environment variables (locale) for their Openbox session, which openbox-session loads before running openbox.
2010-01-27make xdg-autostart use the OPENBOX environment by default, so you can say ↵Dana Jansens
OnlyShowIn=OPENBOX in a .desktop and it will work as expected
2008-02-27make the xdg-autostart script get installed to PREFIX/lib/openbox, and make ↵Dana Jansens
the autostart.sh script look for it there.