Software:Openbox

From HandWiki
Short description: Stacking window manager for X11 displays

Openbox Window Manager
2010-04-24-133031 1280x800 scrot.png
Basic Openbox session
Developer(s)Dana Jansens,[1][2] Mikael Magnusson[3]
Initial release18 September 2002; 21 years ago (2002-09-18)
Written inC
Operating systemUnix-like
TypeStacking window manager
LicenseGPL 2.0 or later[4]

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 been completely re-written in the C programming language and since version 3.0 is no longer based upon any code from Blackbox.[5] Since at least 2010, it has been considered feature complete, bug free and a completed project. Occasional maintenance is done to keep it working, but only if needed.[6]

Openbox is designed to be small, fast, and fully compliant with the Inter-Client Communication Conventions Manual (ICCCM) and Extended Window Manager Hints (EWMH).[7] 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 LXQt, and is used in Linux distributions such as BunsenLabs, ArchBang, Lubuntu, Trisquel and Manjaro.[8][9][10][11][12][13][14][15]

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

Using Openbox

Openbox provides 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 or the Desktop menu, accessible by right-clicking. Or, sometimes, by middle-button-clicking. 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 the graphical configuration tools ObConf and obmenu.[4][17][18]

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
  • when scrolling on an icon to move to the next/previous desktop
  • raise or not raise when clicking/moving a window

Pipe menus

Openbox has a dynamic menu system that uses "pipe menus".[4][19] A menu item in a piped menu system can accept the standard output of a shell script (or other executable) in order to generate a sub-menu. Because the script runs every time the pointer activates it, and because the script can assess environmental conditions, piped menus enable conditional branching to be built into the menu system.[citation needed] A static menu system as used on most window managers gets its layout once, when the window manager is restarted, and will not have the ability to modify the menu layout depending on environmental factors.[citation needed]

See also

References

  1. 1.0 1.1 Jansens, Dana (November 2007). "User:DanaJansens". http://openbox.org/wiki/User:DanaJansens. 
  2. Jansens, Dana. "Openbox Developer Dana Jansens". http://cglab.ca/~dana/. 
  3. "git.openbox.org Git - dana/openbox.git/summary". openbox.org. http://git.openbox.org/?p=dana/openbox.git. 
  4. 4.0 4.1 4.2 4.3 4.4 4.5 4.6 4.7 * Saunders, Mike (March 2008). "Lightweight window managers". Linux Format (UK: Future Publishing) (103). http://www.linuxformat.co.uk/archives?issue=103. * Сондерс, Майк (March 2008). (in ru)Linux Format (Russia: Mezon.ru) (103): 21. http://www.linuxformat.ru/download/103.pdf. 
  5. GentooWiki (March 2008). "HOWTO Openbox". http://gentoo-wiki.com/HOWTO_Openbox. 
  6. "is Openbox still being developed?". June 2021. https://www.reddit.com/r/openbox/comments/ngqz4s/is_openbox_still_being_developed/gyt19xd/. 
  7. "EWMH Compliance Document". http://git.icculus.org/?p=dana/openbox.git;a=blob;f=COMPLIANCE. 
  8. LXDEWiki (September 2008). "LXDE Wiki". http://wiki.lxde.org/. 
  9. BunsenLabs Linux (December 2020). "BunsenLabs Linux". https://www.bunsenlabs.org/. 
  10. "Rolling-release (Linux Wiki)". http://linux.wikia.com/wiki/Rolling-release. 
  11. Lavergne, Julian (October 2010). "Lubuntu Applications". https://wiki.ubuntu.com/Lubuntu/Applications. 
  12. DistroWatch (August 2010). "Tiny Me". http://distrowatch.com/table.php?distribution=tinyme. 
  13. "Trisquel Mini GNU/Linux". The Trisquel Project. http://trisquel.info/en/wiki/trisquel-mini. 
  14. "Openbox window manager grows up". linux.com. 11 July 2007. https://www.linux.com/news/openbox-window-manager-grows. 
  15. "Manjaro - Openbox - Stable". manjaro.org. https://manjaro.org/download/openbox/. 
  16. "Dana Jansens". medium.com. https://medium.com/@orodu. 
  17. Openbox project (June 2007). "ObConf:About". http://openbox.org/wiki/ObConf:About. 
  18. obmenu:Index, http://obmenu.sourceforge.net/index.html, retrieved 2012-03-28 
  19. "Openbox Wiki:Pipe menus". http://openbox.org/wiki/Openbox:Pipemenus. 

External links