summaryrefslogtreecommitdiff
path: root/tools/xdg-autostart
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.
2009-12-10Fix a typo in xdg-autostartMiroslav Lichvar
2008-03-02display the NotShowIn stuff correctlyDana Jansens
2008-03-02an else disappeared somehowDana Jansens
2008-03-02some modifications to xdg-autostart based on suggestions from the PyXDG ↵Dana Jansens
maintainer
2008-02-11using () for a class that doesn't inherit breaks old pythonDana Jansens
2008-02-10grammar hammerDana Jansens
2008-02-09make xdg-autostart check for PyXDG and print a better error than a ↵Dana Jansens
backtrace. and make the executing actually work
2008-02-09make an xdg-autostart script. it is very fancy.Dana Jansens