From f06e4c0e90179a1639dc2a7622bdff4016aaac52 Mon Sep 17 00:00:00 2001 From: ediblerope Date: Wed, 13 May 2026 13:14:26 +0100 Subject: [PATCH] Fix fuzzel --- settings/hyprland.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"; };