* Removed include/iso items since they've been integrated into the new scripts * Moved include/live/* to include/ since there's only one "include" folder now
19 lines
483 B
Text
19 lines
483 B
Text
#
|
|
# 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 /usr/lib/openbox/gnome-settings-daemon >/dev/null; then
|
|
# /usr/lib/openbox/gnome-settings-daemon &
|
|
#elif which gnome-settings-daemon >/dev/null 2>&1; then
|
|
# gnome-settings-daemon &
|
|
#fi
|
|
|
|
# If you want to use XFCE config tools...
|
|
#
|
|
#xfce-mcs-manager &
|
|
|
|
tint2 &
|