disable hyprfocus

This commit is contained in:
Miguel Palhas
2026-02-16 19:03:59 +00:00
parent ae1ac19436
commit 0993a23874
+6 -6
View File
@@ -37,7 +37,7 @@ in
portalPackage = null; portalPackage = null;
plugins = [ plugins = [
inputs.hyprland-plugins.packages.${pkgs.stdenv.hostPlatform.system}.hyprexpo 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 # inputs.hyprspace.packages.${pkgs.stdenv.hostPlatform.system}.Hyprspace
]; ];
settings = { settings = {
@@ -49,11 +49,11 @@ in
workspace_method = "center current"; workspace_method = "center current";
skip_empty = true; skip_empty = true;
}; };
hyprfocus = { # hyprfocus = {
enabled = true; # enabled = true;
mode = "flash"; # mode = "flash";
flash_opacity = 0.8; # Flash brighter instead of dimmer # flash_opacity = 0.8; # Flash brighter instead of dimmer
}; # };
overview = { overview = {
autoDrag = true; autoDrag = true;
exitOnClick = true; exitOnClick = true;