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.
add install target to Makefile and corresponding prefix variable to config.mk
Added basic tap-to-click for touchpad users
Implement the idle protocol
It allows clients such as swayidle and chat applications to monitor user
idle time.
layer shell initial attempt
Merge branch 'master' into 31-independents-mouse-focus
make XWayland support optional
xwayland: unmanaged (dropdown menu) support
warn but don't error on unused function
sacrifice 24 lines to suckless style :)
move config.h to config.def.h
make Makefile a bit more my style
Start with tinywl
Add a config.h into which configurables can be moved.