Merge branch 'main' into wlroots-next
         
        
        
          
Merge pull request #112 from JaGoLi/main
Add uninstall target in makefile like dwm
         
        
        
        
        
          
Merge branch 'main' into pipe-status
         
        
        
          
group phony targets together in Makefile
         
        
        
          
re-compile if config.mk changes
         
        
        
          
remember to add client.h in Makefile
         
        
        
        
        
          
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