26 lines
684 B
Plaintext
Executable File
26 lines
684 B
Plaintext
Executable File
#
|
|
# 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/libexec/gnome-settings-daemon >/dev/null; then
|
|
# /usr/libexec/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 &
|
|
|
|
Esetroot -center /usr/share/openbox/RepublicDayofTurkey.png
|
|
/usr/libexec/polkit-gnome-authentication-agent-1 &
|
|
(sleep 3 && /usr/bin/nm-applet --sm-disable) &
|
|
tint2 &
|
|
conky &
|
|
pulseaudio &
|
|
(sleep 3 && /usr/bin/volumeicon) &
|