home/swayidle: send SIGUSR2 instead SIGUSR1 to i3status-rs on wakeup
This commit is contained in:
parent
460f49e4b3
commit
95da63a217
@ -271,7 +271,7 @@ in
|
|||||||
}
|
}
|
||||||
{
|
{
|
||||||
event = "after-resume";
|
event = "after-resume";
|
||||||
command = "${pkgs.procps}/bin/pkill -USR1 i3status-rs";
|
command = "${pkgs.procps}/bin/pkill -USR2 i3status-rs";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
timeouts = [
|
timeouts = [
|
||||||
|
Loading…
Reference in New Issue
Block a user