systemd.user.services.plasma-i3wm = {
wantedBy = [ "plasma-workspace-x11.target" ];
description = "Launch Plasma with i3";
- before = [ "plasma-workspace-x11.target" ];
+ #before = [ "plasma-workspace-x11.target" ];
environment = lib.mkForce {};
serviceConfig = {
ExecStart = "${pkgs.i3}/bin/i3";
Restart = "on-failure";
};
};
+ systemd.user.services.plasma-workspace-x11.after = [ "plasma-i3wm.target" ];
systemd.user.services.plasma-kwin_x11.enable = false;
services.autorandr = {