summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2022-03-13add dwl(1)Humm
Documentation is good. Man pages are documentation. A program without a man page is worthless.
2021-04-19added uninstall targetJason Goulet-Lipman
2021-04-15group phony targets together in MakefileDevin J. Pohly
2021-04-15re-compile if config.mk changesDevin J. Pohly
2021-01-18remember to add client.h in MakefileDevin J. Pohly
2020-12-25add "all" targetDevin J. Pohly
2020-12-24Merge updates from guidocellaDevin J. Pohly
Thanks so much for helping to keep the project running while life was crazy!
2020-12-24Merge pull request #49 from guidocella/layer-shellDevin J. Pohly
Layer shell
2020-12-24use the install command to installDevin J. Pohly
2020-12-24Merge pull request #65 from Keating950/masterDevin J. Pohly
Add install target to Makefile
2020-12-19remove -Werror=declaration-after-statementGuido Cella
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.
2020-12-19add install target to Makefile and corresponding prefix variable to config.mkKeating950
2020-12-19Added basic tap-to-click for touchpad userswill
2020-12-19Implement the idle protocolGuido Cella
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
2020-10-17Added basic tap-to-click for touchpad userswill
2020-08-28simplify make cleanGuido Cella
2020-08-26update make cleanGuido Cella
2020-08-24layer shell initial attemptGuido Cella
2020-08-10make XWayland support optionalDevin J. Pohly
2020-07-25xwayland: unmanaged (dropdown menu) supportAlexander Courtis
2020-07-24warn but don't error on unused functionDevin J. Pohly
2020-05-02sacrifice 24 lines to suckless style :)Devin J. Pohly
2020-04-22turn on some warningsDevin J. Pohly
2020-04-22move config.h to config.def.hDevin J. Pohly
2020-04-11make Makefile a bit more my styleDevin J. Pohly
2020-04-11Start with tinywlDevin J. Pohly
Add a config.h into which configurables can be moved.