From 276671e2d5fc00ff61c82701cbb2d8fbff7ae2f1 Mon Sep 17 00:00:00 2001 From: kitty piapiac Date: Sat, 8 Aug 2020 17:11:11 -0700 Subject: =?UTF-8?q?(.=E3=81=A5=E2=97=A1=EF=B9=8F=E2=97=A1)=E3=81=A5=20repl?= =?UTF-8?q?ace=20README.md=20with=20README.adoc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit testing asciidoc instead of markdown --- README.md | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md deleted file mode 100644 index 9ac352e..0000000 --- a/README.md +++ /dev/null @@ -1,38 +0,0 @@ -# (/・・)ノ kauw window manager -kauw is an expiremental tiling 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 - -## config -the default config is [src/config.def.nim]; you can duplicate it (and be sure to rename it to config.nim) and make changes to your liking - -## development -clone using -``` -$ git clone https://github.com/fox-cat/kauw -$ cd kauw -``` -build using -``` -$ nimble build -``` -and you can test using [xephyr] -``` -$ Xephyr -ac -screen 1980x1080 -br -reset -terminate 2> /dev/null :2 & -$ DISPLAY=:1 ./kauw -``` - -## TODO -see [TODO] - -[nim]: https://nim-lang.org/ -[xephyr]: https://wiki.archlinux.org/index.php/Xephyr -[TODO]: TODO \ No newline at end of file -- cgit v1.2.3