aboutsummaryrefslogtreecommitdiff
path: root/swayidle/main.c
AgeCommit message (Collapse)Author
2018-10-15Sway clients: Exit gracefully when compositor is unavailableRyan Dwyer
2018-09-30Turn funcs() into funcs(void)Arkadiusz Hiler
If they really do not take undefined number of arguments.
2018-07-16swayidle: cleanupemersion
No idea why wlr_output_layout was involved here.
2018-07-09Update for swaywm/wlroots#1126emersion
2018-06-17swayidle: fix stack overflow on sleepAlex Xu (Hello71)
2018-06-08swayidle: doublefork to not leave zombies aroundDominique Martinet
2018-05-16swayidle: terminate if wl_display_dispatch failedDominique Martinet
2018-05-16swayidle: terminate when server diedDominique Martinet
Fixes #1977.
2018-05-13Actually fix swayidleDrew DeVault
I also didn't test this commit though so who knows
2018-05-13swayidle: use wl_event_loop_dispatch_idleDrew DeVault
Fixes #1977
2018-05-13Idle handling for dpms/lockscreen et alMattias Eriksson
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