From 0993a238745274c3133a2785eef40643a1edd30a Mon Sep 17 00:00:00 2001 From: Miguel Palhas Date: Mon, 16 Feb 2026 19:03:59 +0000 Subject: [PATCH] disable hyprfocus --- home/common/programs/hyprland/default.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/home/common/programs/hyprland/default.nix b/home/common/programs/hyprland/default.nix index 5a1cbbe..80d8adb 100644 --- a/home/common/programs/hyprland/default.nix +++ b/home/common/programs/hyprland/default.nix @@ -37,7 +37,7 @@ in portalPackage = null; plugins = [ inputs.hyprland-plugins.packages.${pkgs.stdenv.hostPlatform.system}.hyprexpo - inputs.hyprland-plugins.packages.${pkgs.stdenv.hostPlatform.system}.hyprfocus + # inputs.hyprland-plugins.packages.${pkgs.stdenv.hostPlatform.system}.hyprfocus # inputs.hyprspace.packages.${pkgs.stdenv.hostPlatform.system}.Hyprspace ]; settings = { @@ -49,11 +49,11 @@ in workspace_method = "center current"; skip_empty = true; }; - hyprfocus = { - enabled = true; - mode = "flash"; - flash_opacity = 0.8; # Flash brighter instead of dimmer - }; + # hyprfocus = { + # enabled = true; + # mode = "flash"; + # flash_opacity = 0.8; # Flash brighter instead of dimmer + # }; overview = { autoDrag = true; exitOnClick = true;