dwt1--dotfiles/.xmonad/README.md

16 lines
985 B
Markdown
Raw Normal View History

2019-03-10 00:07:09 +00:00
# My Xmonad Configuration (xmonad.hs)
2019-03-10 00:00:03 +00:00
![Screenshot of my desktop](https://gitlab.com/dwt1/dotfiles/raw/master/.screenshots/dotfiles05.png)
2019-03-10 00:06:01 +00:00
Xmonad is a tiling window manager for X. Windows are arranged
2019-03-10 00:00:03 +00:00
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.
2019-03-10 00:03:52 +00:00
This directory houses my personal xmonad configuration (xmonad.hs). To check out my config, you will need to have xmonad, xmonad-contrib and xmobar installed. Then you need to place the xmonad.hs file in ~/.xmonad or in ~/.config/xmonad/. Then recompile xmonad and restart xmonad.