]> icculus.org git repositories - mikachu/openbox.git/blob - data/autostart/autostart
Type is a mandatory field of a .desktop, so add it to the old gnome-interfacing-deskt...
[mikachu/openbox.git] / data / autostart / autostart
1 #
2 # These things are run when an Openbox X Session is started.
3 # You may place a similar script in $HOME/.config/openbox/autostart
4 # to run user-specific things.
5 #
6
7 # If you want to use GNOME config tools...
8 #
9 #if test -x /usr/libexec/gnome-settings-daemon >/dev/null; then
10 #  /usr/libexec/gnome-settings-daemon &
11 #elif which gnome-settings-daemon >/dev/null; then
12 #  gnome-settings-daemon &
13 #fi
14
15 # If you want to use XFCE config tools...
16 #
17 #xfce-mcs-manager &