File: autostart.in

package info (click to toggle)
openbox 3.6.1-8
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 8,028 kB
  • sloc: ansic: 36,886; sh: 4,484; xml: 1,358; python: 745; makefile: 609; sed: 16
file content (17 lines) | stat: -rw-r--r-- 466 bytes parent folder | download | duplicates (8)
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 2>&1; then
#  gnome-settings-daemon &
#fi

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