1OPENBOX(1) General Commands Manual OPENBOX(1)
2
3
4
6 openbox-session — Runs an Openbox session without any session manager.
7
8
10 openbox-session runs an openbox session without any session manager.
11 Without a session manager, you will not be able to save your state from
12 one log in to the next.
13
14 openbox-session does not take any command line arguments.
15
16 On log in, openbox-session will run the ~/.config/openbox/autostart.sh
17 script if it exists, and will run the system-wide script /etc/xdg/open‐
18 box/autostart.sh otherwise. You may place anything you want to run
19 automatically in those files, for example:
20
21
22 xsetroot -solid grey &
23 gnome-settings-daemon &
24
25 Make sure that each line is followed by a "&" or else the script will
26 stop there and further commands will not be executed. You can use the
27 /etc/xdg/openbox/autostart.sh file as an example for creating your own.
28
30 openbox(1), openbox-session(1), openbox-gnome-session(1).
31
32
33 The program's full documentation is available on the website:
34 http://openbox.org/
35
36 Please report bugs to: http://bugzilla.icculus.org/
37
38
39
40
41 OPENBOX(1)