emersion
41ffb5b4d5
swayidle: listen when display becomes writable
6 years ago
Ian Fan
6358de3827
swaylock: fix display_event to not block
6 years ago
Ian Fan
6e2dccc2e9
swayidle: when acquiring sleep lock, initialize and free variables properly
6 years ago
emersion
cad851805b
Use #if instead of #ifdef
6 years ago
Drew DeVault
9a3cd000a3
Revert "Work around swayidle never triggering on SIGUSR1"
6 years ago
Jarkko Oranen
4f21b6f670
Work around swayidle never triggering on SIGUSR1
6 years ago
emersion
5fcb814a73
swayidle: enter idle state on SIGUSR1
6 years ago
Ryan Dwyer
32ba8154b8
Sway clients: Exit gracefully when compositor is unavailable
6 years ago
Arkadiusz Hiler
1e70f7b19e
Turn funcs() into funcs(void)
...
If they really do not take undefined number of arguments.
6 years ago
emersion
4657ea5a42
swayidle: cleanup
...
No idea why wlr_output_layout was involved here.
6 years ago
emersion
63b4bf5000
Update for swaywm/wlroots#1126
6 years ago
Alex Xu (Hello71)
7ed81cfd36
swayidle: fix stack overflow on sleep
7 years ago
Dominique Martinet
2477930d90
swayidle: doublefork to not leave zombies around
7 years ago
Dominique Martinet
3b7cae0e31
swayidle: terminate if wl_display_dispatch failed
7 years ago
Dominique Martinet
620b269418
swayidle: terminate when server died
...
Fixes #1977 .
7 years ago
Drew DeVault
270c1ee7e5
Actually fix swayidle
...
I also didn't test this commit though so who knows
7 years ago
Drew DeVault
b65a75a6e1
swayidle: use wl_event_loop_dispatch_idle
...
Fixes #1977
7 years ago
Mattias Eriksson
8fbafbfab5
Idle handling for dpms/lockscreen et al
...
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
7 years ago