aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Collapse)AuthorLines
2020-12-19Added basic tap-to-click for touchpad userswill-1/+1
2020-12-19Implement the idle protocolGuido Cella-2/+12
It allows clients such as swayidle and chat applications to monitor user idle time.
2020-11-22add install target to Makefile and corresponding prefix variable to config.mkKeating950-0/+5
2020-10-17Added basic tap-to-click for touchpad userswill-1/+1
2020-08-28simplify make cleanGuido Cella-1/+1
2020-08-26update make cleanGuido Cella-1/+1
2020-08-24layer shell initial attemptGuido Cella-2/+12
2020-08-10make XWayland support optionalDevin J. Pohly-3/+4
2020-07-25xwayland: unmanaged (dropdown menu) supportAlexander Courtis-1/+1
2020-07-24warn but don't error on unused functionDevin J. Pohly-1/+1
2020-05-02sacrifice 24 lines to suckless style :)Devin J. Pohly-2/+2
2020-04-22turn on some warningsDevin J. Pohly-1/+1
2020-04-22move config.h to config.def.hDevin J. Pohly-0/+3
2020-04-11make Makefile a bit more my styleDevin J. Pohly-12/+15
2020-04-11Start with tinywlDevin J. Pohly-0/+30
Add a config.h into which configurables can be moved.