XMonad: Difference between revisions
imported>Flexagoon No edit summary |
imported>Srid m Url change |
||
Line 12: | Line 12: | ||
== Configuration == | == Configuration == | ||
=== Configuring XMonad with IDE support === | === Configuring XMonad with IDE support === | ||
To edit XMonad configuration with IDE support, see https://www.srid.ca/xmonad-conf-ide | To edit XMonad configuration with IDE support, see https://www.srid.ca/xmonad-conf-ide |
Revision as of 13:43, 30 June 2021
xmonad is a tiling window manager for X. Windows are arranged automatically to tile the screen without gaps or overlap, maximizing 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 configuration 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.
Installation
/etc/nixos/configuration.nix
services.xserver.windowManager.xmonad.enable = true;
Configuration
Configuring XMonad with IDE support
To edit XMonad configuration with IDE support, see https://www.srid.ca/xmonad-conf-ide