fix(hycov): disable hot area
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-02-05 20:26:52 -05:00
parent 6c1b1ed440
commit a7378fb5cc
2 changed files with 2 additions and 3 deletions

View file

@ -6,7 +6,7 @@
... ...
}: let }: let
inherit (lib) concatStringsSep optionals; inherit (lib) concatStringsSep optionals;
inherit (config.vars) mainUser mainMonitor; inherit (config.vars) mainUser;
isNvidia = config.hardware.nvidia.modesetting.enable; isNvidia = config.hardware.nvidia.modesetting.enable;
in { in {

View file

@ -12,8 +12,7 @@
enable_alt_release_exit = 1; enable_alt_release_exit = 1;
overview_gappo = 60; #gaps width from screen overview_gappo = 60; #gaps width from screen
overview_gappi = 24; #gaps width from clients overview_gappi = 24; #gaps width from clients
hotarea_size = 10; #hotarea size in bottom left,10x10 enable_hotarea = 0;
enable_hotarea = 1; # enable mouse cursor hotarea
}; };
}; };