summaryrefslogtreecommitdiff
path: root/protocols
AgeCommit message (Collapse)Author
2024-06-20Implement support for output power managementEmil Miler
This patch is based on the original stale patch by Guido Cella @guidocella. It has been modified to apply cleanly to the latest v5.0 tag. Since the SLOC limit is now lifted, this core feature should be merged into dwl upstream. Thanks to Dima Krasner @dimkr for the cherry-pick. Closes: #559, #525
2022-10-13delete the idle protocol xml fileLeonardo Hernández Hernández
2021-01-13update layer-shell protocol to version 4Devin J. Pohly
Tracking with breaking change from swaywm/wlroots@b7dc4f2.
2020-12-19Implement the idle protocolGuido Cella
It allows clients such as swayidle and chat applications to monitor user idle time.
2020-08-24layer shell initial attemptGuido Cella