From 95da63a217748f3086bce20a499134c8bec4663b Mon Sep 17 00:00:00 2001 From: Asmir A Date: Wed, 19 Mar 2025 21:53:55 +0100 Subject: [PATCH] home/swayidle: send SIGUSR2 instead SIGUSR1 to i3status-rs on wakeup --- home/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/home.nix b/home/home.nix index 680ea0e..0ace4db 100644 --- a/home/home.nix +++ b/home/home.nix @@ -271,7 +271,7 @@ in } { event = "after-resume"; - command = "${pkgs.procps}/bin/pkill -USR1 i3status-rs"; + command = "${pkgs.procps}/bin/pkill -USR2 i3status-rs"; } ]; timeouts = [