kauw is an expiremental tiling window manager built for x11 using nim
currently it is very minimal, but more features are planned/ hoped for
i have a few goals in mind while working on this project
* be written and configured entirely in nim
* be easily configurable
* be easily hackable
* be fairly small and minimalist
* help myself learn and get around x11
the default configuration file is config.def.nim
duplicate it and rename it to config.nim
, and you can configure it from there
clone using
$ git clone https://github.com/fox-cat/kauw
$ cd kauw
you can build using
$ nimble build
and you can test using Xephyr
$ Xephyr -ac -screen 1980x1080 -br -reset -terminate 2> /dev/null :2 &
$ DISPLAY=:1 ./kauw
see TODO