Revert "Work around swayidle never triggering on SIGUSR1"

master
Drew DeVault 6 years ago committed by GitHub
parent 0e985d6c8e
commit 9a3cd000a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save