8dd99d2a10
Merge pull request #65 from Keating950/master
...
Add install target to Makefile
2020-12-24 19:07:08 -05:00
0b2f4f213d
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.
2020-12-19 19:52:28 +01:00
05883b7b2f
add install target to Makefile and corresponding prefix variable to config.mk
2020-12-19 18:45:49 +01:00
4f1e557d3d
Added basic tap-to-click for touchpad users
2020-12-19 18:37:10 +01:00
41cc23e1cf
Implement the idle protocol
...
It allows clients such as swayidle and chat applications to monitor user
idle time.
2020-12-19 12:34:32 +01:00
9578816487
add install target to Makefile and corresponding prefix variable to config.mk
2020-11-22 12:58:49 -05:00
598516d808
Added basic tap-to-click for touchpad users
2020-10-17 13:52:53 +02:00
b237ea0e45
simplify make clean
2020-08-28 15:17:38 +02:00
d61658bdd7
update make clean
2020-08-26 21:05:44 +02:00
05df9201b3
layer shell initial attempt
2020-08-24 07:04:34 +02:00
e3e9504fcd
make XWayland support optional
2020-08-10 12:50:56 -05:00
c4cf78aadb
xwayland: unmanaged (dropdown menu) support
2020-07-25 11:29:02 -04:00
a224f26469
warn but don't error on unused function
2020-07-24 17:10:32 -04:00
ecdd012f6b
sacrifice 24 lines to suckless style :)
2020-05-02 15:21:36 -05:00
488929fef6
turn on some warnings
2020-04-22 22:34:11 -05:00
02c0c676ad
move config.h to config.def.h
2020-04-22 22:34:11 -05:00
bbe24fa8d4
make Makefile a bit more my style
2020-04-11 20:17:20 -05:00
94d82bf42f
Start with tinywl
...
Add a config.h into which configurables can be moved.
2020-04-11 17:27:19 -05:00