l 2 xserver: disable xmonad restart on change
This commit is contained in:
parent
2bc6d70feb
commit
a9a736c5f8
@ -49,9 +49,10 @@ let
|
||||
services.xserver.enable = true;
|
||||
|
||||
systemd.services.xmonad = {
|
||||
#wantedBy = [ "multi-user.target" ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
requires = [ "xserver.service" ];
|
||||
environment = xmonad-environment;
|
||||
restartIfChanged = false;
|
||||
serviceConfig = {
|
||||
ExecStart = "${xmonad-start}/bin/xmonad";
|
||||
ExecStop = "${xmonad-stop}/bin/xmonad-stop";
|
||||
|
Loading…
Reference in New Issue
Block a user