This is my configuration of herbstluftwm, a manual tiling window manager for X11.
This configuration follows the XMonad-style configuration but is written in Nim.
You will need the following programs to use this configuration:
- herbstluftwm
- Nim >= 0.19
- gxmessage
- rofi (for menus)
Clone this repository to ~/.config/herbstluftwm
.
Once set, start herbstluftwm as usual. That is, you will probably want to create ~/.xinitrc
file with the following content:
exec herbstluftwm --locked
autostart
script in the repository builds the configuration at startup. An error message is displayed if Nim fails to build the configuration.
Edit config.nim
to suit your need. After you finish it, reload your configuration as normal (Mod-Shift-r
by default).
MIT License