disable hyprfocus
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user