remove monitor commands temporarily
This commit is contained in:
parent
7dfa665b73
commit
a0afc24f2d
1 changed files with 4 additions and 4 deletions
|
|
@ -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";
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue