Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-28 | swayidle: enter idle state on SIGUSR1 | emersion | |
2018-10-15 | Sway clients: Exit gracefully when compositor is unavailable | Ryan Dwyer | |
2018-09-30 | Add support for installing binaries with DT_RPATH | Arkadiusz Hiler | |
It's better to use DT_RPATH dynamic section of the elf binary to store the paths of libraries to load instead of overwriting LD_LIBRARY_PATH for the whole environment, causing surprises. This solution is much more transparent and perfectly suitable for running contained installations of wayland/wlroots/sway. The code unsetting the LD_LIBRARY_PATH/LD_PRELOAD was also deleted as it's a placebo security at best - we should trust the execution path that leads us to running sway, and it's way too late to care about those variables since we already started executing our compositor, thus we would be compromised anyway. | |||
2018-09-30 | Turn funcs() into funcs(void) | Arkadiusz Hiler | |
If they really do not take undefined number of arguments. | |||
2018-07-30 | delete references to swaygrab | Eric Engestrom | |
2018-07-16 | swayidle: cleanup | emersion | |
No idea why wlr_output_layout was involved here. | |||
2018-07-09 | Update for swaywm/wlroots#1126 | emersion | |
2018-06-17 | swayidle: fix stack overflow on sleep | Alex Xu (Hello71) | |
2018-06-08 | swayidle: doublefork to not leave zombies around | Dominique Martinet | |
2018-05-16 | swayidle: terminate if wl_display_dispatch failed | Dominique Martinet | |
2018-05-16 | swayidle: terminate when server died | Dominique Martinet | |
Fixes #1977. | |||
2018-05-13 | Actually fix swayidle | Drew DeVault | |
I also didn't test this commit though so who knows | |||
2018-05-13 | swayidle: use wl_event_loop_dispatch_idle | Drew DeVault | |
Fixes #1977 | |||
2018-05-13 | Add pixman to swayidle deps | Drew DeVault | |
2018-05-13 | Remove asciidoc file for swayidle | Mattias Eriksson | |
2018-05-13 | Idle handling for dpms/lockscreen et al | Mattias 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 |