Merge updates from guidocella
Thanks so much for helping to keep the project running while life was
crazy!
Merge pull request #49 from guidocella/layer-shell
Layer shell
use the install command to install
Merge pull request #65 from Keating950/master
Add install target to Makefile
Merge pull request #62 from Java-boi/master
Added basic tap-to-click for touchpad users
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.
add install target to Makefile and corresponding prefix variable to config.mk
Added basic tap-to-click for touchpad users
layer shell initial attempt
Merge pull request #1 from djpohly/master
Pull Request
Merge branch 'master' into 31-independents-mouse-focus
Merge branch 'master' into 24-xwayland-cursor
make XWayland support optional
xwayland: unmanaged (dropdown menu) support