Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

openbox(1) [suse man page]

OPENBOX(1)						      General Commands Manual							OPENBOX(1)

NAME
openbox -- A minimalistic, highly configurable, next generation window manager with extensive standards support. SYNOPSIS
openbox [--help] [--version] [--replace] [--reconfigure] [--restart] [--config-file FILE] [--sm-disable] [--sync] [--debug] [--debug-focus] [--debug-xinerama] DESCRIPTION
Openbox is minimalistic, highly configurable, next generation window manager with extensive standards support. You can start Openbox in three ways: If you run a display manager such as GDM, you will find 3 entries in the login session type menu for Openbox: GNOME/Openbox, KDE/Openbox and Openbox. If you want to use Openbox within GNOME or KDE, you can choose the appropriate entry, and it will launch GNOME or KDE with Openbox as the window manager. The third option at log in, which is Openbox without a session manager, uses the openbox-session command to start Openbox. On log in, openbox will run the ~/.config/openbox/autostart.sh script if it exists, and will run the system-wide script /etc/xdg/open- box/autostart.sh otherwise. You may place anything you want to run automatically in those files, for example: xsetroot -solid grey & gnome-settings-daemon & Make sure that each line is followed by a "&" or else the script will stop there and further commands will not be executed. You can use the /etc/xdg/openbox/autostart.sh file as an example for creating your own. The default /etc/xdg/openbox/autostart.sh runs a number of things with Openbox. Lastly, if you use startx to launch your X session, you can set up a ~/.xinitrc file to run openbox-session and follow the same directions as above regarding the autostart.sh file. You can use the obconf tool to configure Openbox easily with a graphical interface, however more in-depth configuration is possible by editing the configuration files by hand. The default configuration and menu files are installed in /etc/xdg/openbox/, and the user configuration is placed in ~/.config/openbox/. You can copy the default configuration and menus to ~/.config/openbox and edit it to your liking. OPTIONS
These are the possible options that openbox accepts: --help Show a summary of the options available. --version Show the version of the program. --replace Replace the currently running window manager. --reconfigure If Openbox is already running on the display, tell it to reload its configuration. --restart If Openbox is already running on the display, tell it to restart. This is useful if you have upgraded Openbox and don't want to restart X. --config-file FILE Use FILE for configuration instead of looking for rc.xml in the XDG search path. FILE is an absolute path. --sm-disable Do not connect to the session manager. --sync Run in synchronous mode (for debugging). --debug Display debugging output. --debug-focus Display debugging output for focus handling. --debug-xinerama Split the display into two fake xinerama regions, if xinerama is not already enabled. This is for debugging xinerama support. SEE ALSO
obconf (1), openbox-session(1), openbox-gnome-session(1), openbox-kde-session(1). The program's full documentation is available on the website: http://openbox.org/ Please report bugs to: http://bugzilla.icculus.org/ OPENBOX(1)

Check Out this Related Man Page

GNOME-SHELL(1)							    gnome-shell 						    GNOME-SHELL(1)

NAME
gnome-shell - Graphical shell for the GNOME desktop SYNOPSIS
gnome-shell [OPTION...] DESCRIPTION
GNOME shell provides core user interface functions for the GNOME 3 desktop, like switching to windows and launching applications. GNOME shell takes advantage of the capabilities of modern graphics hardware and introduces innovative user interface concepts to provide a visually attractive and easy to use experience. gnome-shell is a required component of the GNOME desktop, i.e. it is listed in the RequiredComponents field of /usr/share/gnome-session/sessions/gnome.session. It is started in the window manager phase of the session. OPTIONS
-r, --replace Replace the running window manager --sm-disable Disable connection to the session manager --sm-client-id=ID Specify session management ID --sm-save-file=FILE Initialize session from FILE --screen=SCREEN X screen to use -d, --display=DISPLAY X Display to use --sync Make X calls synchronous --version Print version and exit --help Display help and exit --mode=MODE Use a specific mode, e.g. "gdm" for login screen --list-modes List possible modes and exit --clutter-display=DISPLAY Clutter the option display (otherwise ignored) FILES
/usr/share/gnome-session/sessions/gnome.session, /usr/share/applications/gnome-shell.desktop. BUGS
The bug tracker can be reached by visiting the website https://bugzilla.gnome.org/buglist.cgi?product=gnome-shell. Before sending a bug report, please verify that you have the latest version of gnome-shell. Many bugs (major and minor) are fixed at each release, and if yours is out of date, the problem may already have been solved. ADDITIONAL INFORMATION
For further information, visit the website http://live.gnome.org/GnomeShell. gnome-shell GNOME-SHELL(1)
Man Page