Jump to content

Openbox

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Codename Lisa (talk | contribs) at 20:56, 4 January 2016 (top: Did someone hate this image?). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Openbox Window Manager
Developer(s)Dana Jansens,[1][2] Mikael Magnusson[3]
Initial release18 September 2002; 22 years ago (2002-09-18)
Stable release
3.6.1 / 1 July 2015; 9 years ago (2015-07-01)
Repository
Written inC
Operating systemUnix-like
TypeStacking window manager
LicenseGPLv2+[4]
Websiteopenbox.org
File:Openbox-elementary3.png
A highly customized Openbox desktop based on the Elementary theme

Openbox is a free, stacking window manager for the X Window System, licensed under the GNU General Public License.[4] Originally derived from Blackbox[4] 0.65.0 (a C++ project), Openbox has now been totally re-written in the C programming language and since version 3.0 is no longer based upon any code from Blackbox.[5]

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

Openbox is the standard window manager in LXDE, and is used in Linux distributions such as CrunchBang Linux, ArchBang, Lubuntu, TinyMe and Trisquel Mini.[7][8][9][10][11][12]

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 key-binding) "root menu" on the desktop,[4] 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 key-binding the user wants) menu. Extending Openbox with other small programs that add icons, taskbars,[4] launchers, eyecandy and others is common.

Configuration

ObConf, a GUI configuration editor for Openbox

There are only two configuration files, both located in ~/.config/openbox. They are named menu.xml and rc.xml. These can either be edited manually or with ObConf and obmenu, both graphical configuration tools.[4][13][14]

All mouse and key-bindings can be configured. For example, a user can set a window to go to desktop 3 when the close button is clicked with the middle mouse button or when scrolling on an icon to move to the next/previous desktop and raise or not raise when clicking/moving a window, is also fully configurable.

Pipe menus

Openbox's menu system has a method for using dynamic menus called "pipe menus".[4][15] 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 their 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 static menus found in other window managers.

See also

References

  1. ^ a b Jansens, Dana (November 2007). "User:DanaJansens". Retrieved 19 January 2015.
  2. ^ Jansens, Dana. "Openbox Developer Dana Jansens". Retrieved 19 January 2015.
  3. ^ "git.openbox.org Git - dana/openbox.git/summary". openbox.org. Retrieved 25 August 2015.
  4. ^ a b c d e f g h * Saunders, Mike (March 2008). "Lightweight window managers". Linux Format (103). UK: Future Publishing.* Сондерс, Майк (March 2008). Легковесные ОМ (PDF). Linux Format (in Russian) (103). Russia: Mezon.ru: 21.
  5. ^ GentooWiki (March 2008). "HOWTO Openbox". Archived from the original on 3 April 2008. Retrieved 7 April 2008.
  6. ^ "EWMH Compliance Document". Retrieved 9 September 2009.
  7. ^ LXDEWiki (September 2008). "LXDE Wiki". Retrieved 28 September 2008.
  8. ^ CrunchBang Linux (December 2008). "CrunchBang Linux". Retrieved 29 December 2008.
  9. ^ "Rolling-release (Linux Wiki)". Retrieved 29 May 2014.
  10. ^ Lavergne, Julian (October 2010). "Lubuntu Applications". Retrieved 14 January 2011.
  11. ^ DistroWatch (August 2010). "Tiny Me". Retrieved 14 January 2011.
  12. ^ "Trisquel Mini GNU/Linux". The Trisquel Project. Retrieved 7 November 2012.
  13. ^ Openbox project (June 2007). "ObConf:About". Retrieved 7 April 2008.
  14. ^ obmenu:Index, retrieved 28 March 2012
  15. ^ "Openbox Wiki:Pipe menus".