XMonad: Difference between revisions
imported>Jooooscha Add more information about xmonad contrib |
imported>Jooooscha m Replace dead link with link to arch wiki (WM is a non specific topic, I guess thats ok) |
||
| Line 1: | Line 1: | ||
[https://xmonad.org/ xmonad] is a tiling [ | [https://xmonad.org/ xmonad] is a tiling [https://wiki.archlinux.org/title/Window_manager 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 [https://haskell.org/ Haskell]. Custom layout algorithms, key bindings and other extensions may be written by the user in configuration files. | xmonad is written, configured and extensible in [https://haskell.org/ Haskell]. Custom layout algorithms, key bindings and other extensions may be written by the user in configuration files. | ||