home: wm: screen-lock: rename changed option
This commit is contained in:
parent
3058636c87
commit
14e4e681aa
|
@ -35,7 +35,8 @@ in
|
||||||
|
|
||||||
lockCmd = cfg.command;
|
lockCmd = cfg.command;
|
||||||
|
|
||||||
xautolockExtraOptions = lib.optionals cfg.cornerLock.enable [
|
xautolock = {
|
||||||
|
extraOptions = lib.optionals cfg.cornerLock.enable [
|
||||||
# Mouse corners: instant lock on upper-left, never lock on lower-right
|
# Mouse corners: instant lock on upper-left, never lock on lower-right
|
||||||
"-cornerdelay"
|
"-cornerdelay"
|
||||||
"${toString cfg.cornerLock.delay}"
|
"${toString cfg.cornerLock.delay}"
|
||||||
|
@ -51,4 +52,5 @@ in
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue