diff --git a/modules/hyprland/default.nix b/modules/hyprland/default.nix index 9b3df095..22caedb1 100644 --- a/modules/hyprland/default.nix +++ b/modules/hyprland/default.nix @@ -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 { diff --git a/modules/hyprland/hycov.nix b/modules/hyprland/hycov.nix index 7163c311..eea97517 100644 --- a/modules/hyprland/hycov.nix +++ b/modules/hyprland/hycov.nix @@ -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; }; };