Skip to content
This repository has been archived by the owner on Jul 10, 2022. It is now read-only.

Latest commit

 

History

History
53 lines (47 loc) · 1.13 KB

README.adoc

File metadata and controls

53 lines (47 loc) · 1.13 KB

(/・・)ノ kauw window manager

kauw is an expiremental tiling window manager built for x11 using nim
currently it is very minimal, but more features are planned/ hoped for

goals (・・;)

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

(。ヘ°) configuration

the default configuration file is config.def.nim
duplicate it and rename it to config.nim, and you can configure it from there

development ⊂(・ヮ・⊂)

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

(.づ◡﹏◡)づ. todo

see TODO