penrose 0.1.7

A tiling window manager library/WM for X11 in the style of dwm and Xmonad.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.PHONY: build
build:
	cargo build

.PHONY: build-release
build-release:
	cargo build --release

.PHONY: examples
examples:
	cargo build --examples

.PHONY: watch
watch:
	git ls-files | entr -ac cargo test