remove monitor commands temporarily

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-11-30 00:32:44 -06:00
parent 7dfa665b73
commit a0afc24f2d

View file

@ -18,9 +18,9 @@ in
options = { }; options = { };
config = mkIf (cfg.enable && cfg.monitors.enableOverrides && cfg.monitors.commands != [ ]) { config = mkIf (cfg.enable && cfg.monitors.enableOverrides && cfg.monitors.commands != [ ]) {
# Use XDG autostart # Use XDG autostart
xdg.autostart."ringofstorms-kscreen-overrides" = { # xdg.autostart."ringofstorms-kscreen-overrides" = {
name = "Apply monitor overrides"; # name = "Apply monitor overrides";
exec = "${script}/bin/plasma-kscreen-overrides"; # exec = "${script}/bin/plasma-kscreen-overrides";
}; # };
}; };
} }