aboutsummaryrefslogtreecommitdiff
path: root/swayidle
AgeCommit message (Collapse)AuthorLines
2018-05-13Actually fix swayidleDrew DeVault-2/+2
I also didn't test this commit though so who knows
2018-05-13swayidle: use wl_event_loop_dispatch_idleDrew DeVault-2/+3
Fixes #1977
2018-05-13Add pixman to swayidle depsDrew DeVault-0/+1
2018-05-13Remove asciidoc file for swayidleMattias Eriksson-67/+0
2018-05-13Idle handling for dpms/lockscreen et alMattias Eriksson-0/+559
Swayidle handles idle events and allows for dpms and lockscreen handling. It also handles systemd sleep events, and can raise a lockscreen on sleep Fixes #541