| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | remove -Werror=declaration-after-statement | Guido Cella | 2020-12-19 |
| | | | | | | | 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 | Keating950 | 2020-12-19 |
| | | |||
| * | Added basic tap-to-click for touchpad users | will | 2020-12-19 |
| | | |||
| * | Implement the idle protocol | Guido Cella | 2020-12-19 |
| | | | | | | It allows clients such as swayidle and chat applications to monitor user idle time. | ||
| * | simplify make clean | Guido Cella | 2020-08-28 |
| | | |||
| * | update make clean | Guido Cella | 2020-08-26 |
| | | |||
| * | layer shell initial attempt | Guido Cella | 2020-08-24 |
| | | |||
| * | make XWayland support optional | Devin J. Pohly | 2020-08-10 |
| | | |||
| * | xwayland: unmanaged (dropdown menu) support | Alexander Courtis | 2020-07-25 |
| | | |||
| * | warn but don't error on unused function | Devin J. Pohly | 2020-07-24 |
| | | |||
| * | sacrifice 24 lines to suckless style :) | Devin J. Pohly | 2020-05-02 |
| | | |||
| * | turn on some warnings | Devin J. Pohly | 2020-04-22 |
| | | |||
| * | move config.h to config.def.h | Devin J. Pohly | 2020-04-22 |
| | | |||
| * | make Makefile a bit more my style | Devin J. Pohly | 2020-04-11 |
| | | |||
| * | Start with tinywl | Devin J. Pohly | 2020-04-11 |
| Add a config.h into which configurables can be moved. | |||
