diff options
author | kitty piapiac <kcp@bsd.computer> | 2020-07-28 04:17:21 -0700 |
---|---|---|
committer | kitty piapiac <kcp@bsd.computer> | 2020-07-28 04:17:21 -0700 |
commit | 679401626886be97a546f18d54a8d1842011f564 (patch) | |
tree | 16fab1ab5314cd5fe0df0f67b2bd6fca8801fd0c /README.md |
(/・・)ノ init
skeleton
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..2c2ba72 --- /dev/null +++ b/README.md @@ -0,0 +1,36 @@ +# (/・・)ノ kauw window manager +kauw is an expiremental window manager built for x11 using nim + +currently it is but a skeleton of what's to come + +## goals (・・;) +i have a few goals in mind while writing this project +- written and configured fully in [nim] +- easily configurable +- easily hackable +- be small and fairly minimalist +- help myself learn nim and get around x11 + + +## development +clone using +``` +$ git clone https://github.com/fox-cat/kauw +$ cd kauw +``` +build using +``` +$ nimble build +``` +and you can test using [xephyr] +``` +$ Xephyr -br -ac -noreset -screen 1920x1080 :1 +$ DISPLAY=:1 ./opozzumWM +``` + +## TODO +see [TODO] + +[nim]: https://nim-lang.org/ +[xephyr]: https://wiki.archlinux.org/index.php/Xephyr +[TODO]: TODO
\ No newline at end of file |