all repos — openbox @ daa2e0ab7191d28e09b312322ee29eecaaae13fb

openbox fork - make it a bit more like ryudo

data/autostart/autostart.in (raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# These things are run when an Openbox X Session is started.
# You may place a similar script in $HOME/.config/openbox/autostart
# to run user-specific things.
#

# If you want to use GNOME config tools...
#
#if test -x @libexecdir@/gnome-settings-daemon >/dev/null; then
#  @libexecdir@/gnome-settings-daemon &
#elif which gnome-settings-daemon >/dev/null; then
#  gnome-settings-daemon &
#fi

# If you want to use XFCE config tools...
#
#xfce-mcs-manager &