Jump to content

Openbox: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
TXiKiBoT (talk | contribs)
m robot Adding: sk:Openbox
→‎External links: Gentoo wiki page about Openbox etc. is gone
Line 50: Line 50:
* [http://wiki.debian.org/Openbox Debian Wiki Openbox page]
* [http://wiki.debian.org/Openbox Debian Wiki Openbox page]
* [https://wiki.ubuntu.com/Openbox Ubuntu Wiki Openbox page]
* [https://wiki.ubuntu.com/Openbox Ubuntu Wiki Openbox page]
* [http://gentoo-wiki.com/HOWTO_Openbox Gentoo Linux wiki page about extending and customizing Openbox.]
* [http://urukrama.wordpress.com/openbox-guide/ Urukrama's Openbox guide]
* [http://urukrama.wordpress.com/openbox-guide/ Urukrama's Openbox guide]



Revision as of 22:40, 8 December 2008

Openbox Window Manager
Developer(s)Dana Jansens[1]
Stable release
3.4.7.2 / April 23, 2008
Repository
Operating systemUnix-like
TypeWindow Manager
LicenseGPL
Websitewww.icculus.org/openbox/

Openbox is a free window manager for the X Window System, licensed under the GNU General Public License. Openbox was originally derived from Blackbox 0.65.0, but has been totally rewritten in the C programming language and since version 3.0 is not based upon any code from Blackbox.[2]

Openbox is designed to be small, fast, and fully compliant with the Inter-Client Communication Conventions Manual (ICCCM) and Extended Window Manager Hints (EWMH). It supports many features such as menus by which the user can control applications or which display various dynamic information. Openbox is the standard window manager in LXDE[3].

The primary author of Openbox is Dana Jansens of Carleton University in Ottawa, Ontario, Canada.[1]

Using Openbox

Openbox allows a right-click (or any other bind) "root menu" on the desktop, and allows users to configure the way windows are managed. When a window is minimized it becomes invisible. To bring windows up again most use Alt+Tab or the Desktop menu, accessible from the right-click (or, again, any other bind the user wants) menu. Extending Openbox with other small programs that add icons, taskbars, launchers, eyecandy and others is common.

Configuration

Obconf, a GUI configuration editor for Openbox.

There are only two configuration files located in ~/.config/openbox. They are named menu.xml and rc.xml. If users do not want to edit them by hand, they can do most of the configuration with an easy-to-use tool called ObConf[4]. All mouse and keyboard bindings can be configured. For example, if a user wants a window to go to desktop 3 when the close button is clicked with the middle mouse button, the user can do this trivially. Scrolling on the icon to move to the next/previous desktop and raising or not raising when clicking/moving a window is fully configurable.

Unique features

Openbox's menu system has a method for using dynamic menus. This is done by accepting the output of a script and using that output as the source for a menu. Each time the user points his or her mouse at the sub-menu, the script is re-run and the menu is regenerated. This capability allows users and software developers more flexibility than the standard static menus found in most other window managers.

For instance, two developers wrote a script in Python that lists a user's new Gmail messages in a sub-menu.

See also

References

  1. ^ a b Jansens, Dana (2007). "User:DanaJansens". Retrieved 2008-04-07. {{cite web}}: Unknown parameter |month= ignored (help)
  2. ^ GentooWiki (2008). "HOWTO Openbox". Retrieved 2008-04-07. {{cite web}}: Unknown parameter |month= ignored (help)
  3. ^ LXDEWiki (2008). title = LXDE Wiki http://wiki.lxde.org title = LXDE Wiki. Retrieved 2008-09-28. {{cite web}}: Check |url= value (help); Missing or empty |title= (help); Missing pipe in: |url= (help); Unknown parameter |month= ignored (help)
  4. ^ Openbox project (2007). "ObConf:About". Retrieved 2008-04-07. {{cite web}}: Unknown parameter |month= ignored (help)

Template:Window Managers