
xmonad
Sign in to savethumb|xmonad's Xinerama support: tiling on three screens simultaneously. thumb|xmonad in tiling window manager|tiling mode xmonad is a dynamic window manager (tiling) for the X Window System, noted for being written in the functional programming language Haskell.
Key facts
- Software.name
- xmonad
- Software.logo
- Xmonad-2022-new-logo.svg
- Software.screenshot
- Xmonad screenshot.png
- Software.screenshot_alt
- XMonad in tiling mode with two URXVT terminals and pcmanFM open
- Software.caption
- xmonad in tiling mode
- Software.author
- Spencer Janssen, Don Stewart, Jason Creighton
- Software.programming language
- Haskell
- Software.operating system
- POSIX compatible
- Software.platform
- Cross-platform; requires an X Window System and GHC
- Software.size
- 56 KB (source code)
- Software.language
- English
- Software.genre
- Window manager
- Software.license
- BSD 3-clause
via Wikipedia infobox
Official website
Link to the official site · 4,862 chars · not written by Vinony
Source code
[XMonad][web:xmonad] is a tiling window manager for X11. Windows are arranged automatically to tile the screen without gaps or overlap, maximising screen use. Window manager features are accessible from the keyboard: a mouse is optional. xmonad is written, configured and extensible in Haskell. Custom layout algorithms, key bindings and other extensions may be written by the user in config files. Layouts are applied dynamically, and different layouts may be used on each workspace. Xinerama is fully supported, allowing windows to be tiled on several physical screens. This repository contains the [xmonad][hackage:xmonad] package, a minimal, stable, yet extensible core. It is accompanied by [xmonad-contrib][gh:xmonad-contrib], a library of hundreds of additional community-maintained tiling algorithms and extension modules. The two combined make for a powerful X11 window-manager with endless customization possibilities. They are, quite literally, libraries for creating your own window manager. If you run into any trouble, consult our [documentation][web:documentation] or ask the [community][web:community] for help. Please do read the [CONTRIBUTING][gh:xmonad:contributing] document for more information about bug reporting and code contributions. For a brief overview of the architecture and code conventions, see the [documentation for the XMonad.Doc.Developing module][doc:developing]. If in doubt, [talk to us][web:community]. Started in 2007 by [Spencer Janssen][gh:spencerjanssen], [Don Stewart][gh:donsbot] and [Jason Creighton][gh:JasonCreighton], the [XMonad][web:xmonad] project lives on thanks to [new generations of maintainers][gh:xmonad:maintainers] and [dozens of contributors][gh:xmonad:contributors].
Excerpt from the source-code README · 5,968 chars · not written by Vinony
Wikidata facts
- Official website
- www.xmonad.org
- Image
- Xmonad-tall-status-dons.png
Show 5 more facts
- Commons category
- Xmonad
- data size
- 2000
- software version identifier
- 0.18.1
- source code repository URL
- github.com/xmonad/xmonad-contrib
- inception
- 2007-03-06
Sources (8)
via Wikidata · CC0
~6 min read
Article
8 sectionsContents
- Window manager
- Haskell project
- Reception
- See also
- References
- Works cited
- Further reading
- External links
thumb|xmonad's Xinerama support: tiling on three screens simultaneously. thumb|xmonad in tiling window manager|tiling mode xmonad is a dynamic window manager (tiling) for the X Window System, noted for being written in the functional programming language Haskell.
==Window manager== Begun in March 2007, version 0.1 was announced in April 2007 as 500 lines of Haskell (which have since grown to 2000 lines). xmonad is a tiling window manager, akin to dwm, larswm, and StumpWM. It arranges windows in a non-overlapping pattern, and enables managing windows without using a mouse. xmonad is packaged and distributed on a wide range of Unix-like operating systems, including many Linux distributions, and Berkeley Software Distribution (BSD) systems.