4 echo "Syntax: openbox-session"
6 echo "See the openbox-session(1) manpage for help."
11 xprop
-root -remove _NET_NUMBER_OF_DESKTOPS \
12 -remove _NET_DESKTOP_NAMES \
13 -remove _NET_CURRENT_DESKTOP
2> /dev
/null
15 # Set up the environment
16 A
="@configdir@/openbox/environment"
18 A
="${XDG_CONFIG_HOME:-"$HOME/.config"}/openbox/environment"
21 # Run Openbox, and have it run the autostart stuff
22 exec @bindir@
/openbox
--startup "@libexecdir@/openbox-autostart OPENBOX" "$@"