aboutsummaryrefslogtreecommitdiffstats
path: root/swayidle/main.c
Commit message (Collapse)AuthorAge
* Actually fix swayidleLibravatar Drew DeVault2018-05-13
| | | | I also didn't test this commit though so who knows
* swayidle: use wl_event_loop_dispatch_idleLibravatar Drew DeVault2018-05-13
| | | | Fixes #1977
* Idle handling for dpms/lockscreen et alLibravatar Mattias Eriksson2018-05-13
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