mirror of
https://github.com/swaywm/sway
synced 2024-11-18 00:24:17 +01:00
Revert "Work around swayidle never triggering on SIGUSR1"
This commit is contained in:
parent
0e985d6c8e
commit
9a3cd000a3
@ -347,9 +347,7 @@ void sway_terminate(int exit_code) {
|
|||||||
|
|
||||||
static void register_zero_idle_timeout(void *item) {
|
static void register_zero_idle_timeout(void *item) {
|
||||||
struct swayidle_timeout_cmd *cmd = item;
|
struct swayidle_timeout_cmd *cmd = item;
|
||||||
// A zero timeout never actually triggers. Adding a 50ms timeout is most
|
register_timeout(cmd, 0);
|
||||||
// likely not the correct fix either, but will work
|
|
||||||
register_timeout(cmd, 50);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static int handle_signal(int sig, void *data) {
|
static int handle_signal(int sig, void *data) {
|
||||||
|
Loading…
Reference in New Issue
Block a user