~ruther/dwl

ref: d5a741c9b47f744428e75a76b9f5f6410acfbcf3 dwl/Makefile -rw-r--r-- 1.8 KiB
0b2f4f21 — Guido Cella 4 years ago
remove -Werror=declaration-after-statement

wtf is the point of this crap? It makes the code harder to follow,
increases the line count and made me fail compilation a million times.
We shouldn't blindy follow everything about suckless's style.
05883b7b — Keating950 4 years ago
add install target to Makefile and corresponding prefix variable to config.mk
Added basic tap-to-click for touchpad users
41cc23e1 — Guido Cella 4 years ago
Implement the idle protocol

It allows clients such as swayidle and chat applications to monitor user
idle time.
b237ea0e — Guido Cella 4 years ago
simplify make clean
d61658bd — Guido Cella 4 years ago
update make clean
05df9201 — Guido Cella 4 years ago
layer shell initial attempt
4788baee — Alexander Courtis 4 years ago
Merge branch 'master' into 31-independents-mouse-focus
e3e9504f — Devin J. Pohly 4 years ago
make XWayland support optional
c4cf78aa — Alexander Courtis 4 years ago
xwayland: unmanaged (dropdown menu) support
a224f264 — Devin J. Pohly 4 years ago
warn but don't error on unused function
ecdd012f — Devin J. Pohly 4 years ago
sacrifice 24 lines to suckless style :)
488929fe — Devin J. Pohly 5 years ago
turn on some warnings
02c0c676 — Devin J. Pohly 5 years ago
move config.h to config.def.h
bbe24fa8 — Devin J. Pohly 5 years ago
make Makefile a bit more my style
94d82bf4 — Devin J. Pohly 5 years ago
Start with tinywl

Add a config.h into which configurables can be moved.
Do not follow this link