From 415640971886d97294e110d8bfce82ed4e509783 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 12 Aug 2016 12:25:51 +0200 Subject: unblock dunst correctly --- hel.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hel.nix b/hel.nix index 1466ea23..4374ea88 100644 --- a/hel.nix +++ b/hel.nix @@ -313,7 +313,7 @@ User = "%I"; ExecStart = "${pkgs.slim}/bin/slimlock"; ExecStartPre = "${pkgs.psmisc}/bin/killall -SIGUSR1 dunst"; - ExecStartPost = "${pkgs.psmisc}/bin/killall -SIGUSR2 dunst"; + ExecStopPost = "${pkgs.psmisc}/bin/killall -SIGUSR2 dunst"; }; }; systemd.targets."sleep" = { -- cgit v1.2.3