Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 526 Bytes

README.md

File metadata and controls

49 lines (30 loc) · 526 Bytes

UWM

X11 Tiling window manager written in zig. Its still in a early stage but its "usable" :)

Screenshot

Configuration

src/config.zig

Its currently my personal configuration. Please make sure to adjust the fontname and the launch application.

Autostart file

To set background, start applications etc.

~/.config/.uwm/autostart.sh

Compile

make

zig build

Run

# ~/.xinitrc
exec /path/to/uwm

Run via Xephyr

make run

Tests

make test

make watch