diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-08-12 12:25:51 +0200 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-08-12 12:25:51 +0200 |
commit | 415640971886d97294e110d8bfce82ed4e509783 (patch) | |
tree | 21fc53aaa76acc14f3209fd48482651bec699a5d | |
parent | 77d6d40361b2db339d6e4fb7744ebb2425e81e43 (diff) | |
download | nixos-415640971886d97294e110d8bfce82ed4e509783.tar nixos-415640971886d97294e110d8bfce82ed4e509783.tar.gz nixos-415640971886d97294e110d8bfce82ed4e509783.tar.bz2 nixos-415640971886d97294e110d8bfce82ed4e509783.tar.xz nixos-415640971886d97294e110d8bfce82ed4e509783.zip |
unblock dunst correctly
-rw-r--r-- | hel.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -313,7 +313,7 @@ | |||
313 | User = "%I"; | 313 | User = "%I"; |
314 | ExecStart = "${pkgs.slim}/bin/slimlock"; | 314 | ExecStart = "${pkgs.slim}/bin/slimlock"; |
315 | ExecStartPre = "${pkgs.psmisc}/bin/killall -SIGUSR1 dunst"; | 315 | ExecStartPre = "${pkgs.psmisc}/bin/killall -SIGUSR1 dunst"; |
316 | ExecStartPost = "${pkgs.psmisc}/bin/killall -SIGUSR2 dunst"; | 316 | ExecStopPost = "${pkgs.psmisc}/bin/killall -SIGUSR2 dunst"; |
317 | }; | 317 | }; |
318 | }; | 318 | }; |
319 | systemd.targets."sleep" = { | 319 | systemd.targets."sleep" = { |