~ruther/dwl

ref: bc9049a11b9bb667e2161d8e237ca01b3d0d98f1 dwl/dwl.c -rw-r--r-- 38.2 KiB
bc9049a1 — Devin J. Pohly 5 years ago
add spawn and termcmd
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.