]> icculus.org git repositories - mikachu/openbox.git/blob - doc/openbox.1.in
add openbox-session for gdm, which will run ~/.config/openbox/autostart
[mikachu/openbox.git] / doc / openbox.1.in
1 .TH "OPENBOX" "1" 
2 .SH "NAME" 
3 openbox \(em Next generation, highly configurable window manager 
4  
5 .SH "SYNOPSIS" 
6 .PP 
7 \fBopenbox\fR [\fB\-\-help\fP]  [\fB\-\-version\fP]  [\fB\-\-replace\fP]  [\fB\-\-reconfigure\fP]  [\fB\-\-sm-disable\fP]  [\fB\-\-sync\fP]  [\fB\-\-debug\fP]  [\fB\-\-debug-focus\fP]  [\fB\-\-debug-xinerama\fP]  
8 .SH "DESCRIPTION" 
9 .PP 
10 Openbox is a next generation, highly 
11 configurable window manager. Openbox is compliant with the 
12 latest window manager standards. 
13 .PP 
14 You can start Openbox in three ways: 
15 .PP 
16 If you run a display manager such as GDM, you will find 3 entries 
17 in the login session type menu for Openbox: 
18 \fBGNOME/Openbox\fR, \fBKDE/Openbox\fR       and \fBOpenbox\fR. If you want to use Openbox 
19 within GNOME or KDE, you can choose the appropriate entry, and it will 
20 launch GNOME or KDE with Openbox as the window manager. 
21 .PP 
22 If you don't want to run Openbox within a desktop environment, then 
23 it is recommended that you instead set up a ~/.xsession file and 
24 use the \fBDefault\fR session type. The ~/.xsession file 
25 should start any applications you want to run at startup, and then run 
26 \fBopenbox\fR at the end, such as: 
27 .PP 
28 .RS 
29 .PP 
30 .nf 
31 xsetroot \-solid grey & 
32 gnome-settings-daemon & 
33 exec \fBopenbox\fR 
34 .fi 
35 .RE 
36 .PP 
37 Lastly, if you use \fBstartx\fR to launch your X 
38 session, you should set up a ~/.xinitrc file, exactly the same as the 
39 above ~/.xsession file. 
40 .PP 
41 You can use the \fBobconf\fR tool to configure Openbox 
42 easily with a graphical interface, however more in-depth configuration 
43 is possible by editing the configuration files by hand. Please note that 
44 \fBobconf\fR older than version 2.0 may not work at all 
45 for you. 
46 .PP 
47 The default configuration files are installed in 
48 @configdir@/openbox/rc.xml, and the user configuration is placed in 
49 ~/.config/openbox/rc.xml. You can copy the default configuration 
50 to ~/.config/openbox and edit it to your liking. 
51 .SH "OPTIONS" 
52 .PP 
53 These are the possible options that \fBopenbox\fR accepts: 
54 .IP "\fB\-\-help\fP" 10 
55 Show a summary of the options available. 
56 .IP "\fB\-\-version\fP" 10 
57 Show the version of the program. 
58 .IP "\fB\-\-replace\fP" 10 
59 Replace the currently running window manager. 
60 .IP "\fB\-\-reconfigure\fP" 10 
61 If Openbox is already running on the display, tell it to 
62 reload its configuration. 
63 .IP "\fB\-\-sm-disable\fP" 10 
64 Do not connect to the session manager. 
65 .IP "\fB\-\-sync\fP" 10 
66 Run in synchronous mode (for debugging). 
67 .IP "\fB\-\-debug\fP" 10 
68 Display debugging output. 
69 .IP "\fB\-\-debug-focus\fP" 10 
70 Display debugging output for focus handling. 
71 .IP "\fB\-\-debug-xinerama\fP" 10 
72 Split the display into two fake xinerama regions, if 
73 xinerama is not already enabled. This is for debugging 
74 xinerama support. 
75 .SH "SEE ALSO" 
76 .PP 
77 obconf (1), openbox-gnome-session (1), openbox-kde-session (1). 
78  
79 .PP 
80 The program's full documentation is available on the website: 
81 \fBhttp://openbox.org/\fP 
82 .PP 
83 Please report bugs to: \fBhttp://bugzilla.icculus.org/ 
84 \fP 
85 .\" created by instant / docbook-to-man, Mon 14 May 2007, 17:39