tv Xresources: start after xmonad

This commit is contained in:
tv 2019-04-25 03:33:18 +02:00
parent e48a8c8bea
commit 1b17a8dd03
1 changed files with 1 additions and 2 deletions

View File

@ -21,8 +21,7 @@ in {
});
systemd.services.${if cfg.enable then "Xresources" else null} = {
wantedBy = [ "graphical.target" ];
after = [ "xserver.service" ];
requires = [ "xserver.service" ];
after = [ "xmonad.service" ];
environment = {
DISPLAY = ":${toString config.services.xserver.display}";
};