fix(hycov): disable hot area
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
6c1b1ed440
commit
a7378fb5cc
2 changed files with 2 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
...
|
||||
}: let
|
||||
inherit (lib) concatStringsSep optionals;
|
||||
inherit (config.vars) mainUser mainMonitor;
|
||||
inherit (config.vars) mainUser;
|
||||
|
||||
isNvidia = config.hardware.nvidia.modesetting.enable;
|
||||
in {
|
||||
|
|
|
@ -12,8 +12,7 @@
|
|||
enable_alt_release_exit = 1;
|
||||
overview_gappo = 60; #gaps width from screen
|
||||
overview_gappi = 24; #gaps width from clients
|
||||
hotarea_size = 10; #hotarea size in bottom left,10x10
|
||||
enable_hotarea = 1; # enable mouse cursor hotarea
|
||||
enable_hotarea = 0;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue