home: wm: screen-lock: remove 'cornerLock'

I never use it...
This commit is contained in:
Bruno BELANYI 2026-04-04 16:02:10 +01:00
parent 5381aa79de
commit 8233f8e3d9
2 changed files with 2 additions and 42 deletions

View file

@ -77,20 +77,6 @@ in
description = "Locker command to run";
};
cornerLock = {
enable = my.mkDisableOption ''
Move mouse to upper-left corner to lock instantly, lower-right corner to
disable auto-lock.
'';
delay = mkOption {
type = types.int;
default = 5;
example = 15;
description = "How many seconds before locking this way";
};
};
notify = {
enable = my.mkDisableOption "Notify when about to lock the screen";
@ -100,14 +86,12 @@ in
example = 15;
description = ''
How many seconds in advance should there be a notification.
This value must be at lesser than or equal to `cornerLock.delay`
when both options are enabled.
'';
};
};
timeout = mkOption {
type = types.ints.between 1 60;
type = types.int;
default = 15;
example = 1;
description = "Inactive time interval to lock the screen automatically";