xmonad
Tiling window manager
Xmonad is a tiling window manager for X. Windows are arranged automatically to tile the screen without gaps or overlap, maximising screen use. All features of the window manager are accessible from the keyboard: a mouse is strictly optional. Xmonad is written and extensible in Haskell. Custom layout algorithms, 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 screens.
- Versions: 0.18.0
- Website: https://xmonad.org
- Licenses: Modified BSD
- Package source: gnu/packages/wm.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of xmonad
as follows:
guix install xmonad
Or install a particular version:
guix install xmonad@0.18.0
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of xmonad about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/xmonad'><img src='https://packages.guix.gnu.org/packages/xmonad/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/xmonad)
Example Org:
[[https://packages.guix.gnu.org/packages/xmonad][https://packages.guix.gnu.org/packages/xmonad/badges/latest-version.svg]]