diff --git a/settings/hyprland.nix b/settings/hyprland.nix index 99d3a1d..1a85a88 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -80,6 +80,8 @@ "_JAVA_AWT_WM_NONREPARENTING,1" # Java tiling fix ]; + layerrule = [ "stayfocused, fuzzel" ]; + "$mod" = "SUPER"; "$term" = "ghostty"; "$menu" = "fuzzel"; @@ -259,7 +261,7 @@ icon-theme = "Adwaita"; terminal = "ghostty"; prompt = "\" \""; - keyboard-focus = "on-demand"; + keyboard-focus = "yes"; exit-on-keyboard-focus-loss = "yes"; matching-mode = "fzf"; };