~ruther/dwl

ref: c82c000bd413579237f5292d8076f045726efe15 dwl/dwl.c -rw-r--r-- 37.9 KiB
c82c000b — Devin J. Pohly 5 years ago
treat startup command as long-running

Not quite a perfect mirror of xinit, where the startup command execs the
window manager, and the termination of that process brings down the
windowing system, but it might be the Wayland analogue.
333528b2 — Devin J. Pohly 5 years ago
fix typo in comment
edf90816 — Devin J. Pohly 5 years ago
implement Button: movemouse, resizemouse
9240a405 — Devin J. Pohly 5 years ago
add CLEANMASK like dwm
21f42a86 — Devin J. Pohly 5 years ago
make key mappings configurable in config.h
df1aaa4d — Devin J. Pohly 5 years ago
start factoring Key actions into functions
94d82bf4 — Devin J. Pohly 5 years ago
Start with tinywl

Add a config.h into which configurables can be moved.