From 10c84afd71da44b54984c7aeab06cf488616172e Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Mon, 25 Mar 2024 17:14:57 +0100 Subject: [PATCH] [hyprland] keep wofi focussed --- nix/home/hyprland/hyprland-window_rules.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nix/home/hyprland/hyprland-window_rules.nix b/nix/home/hyprland/hyprland-window_rules.nix index a1b37ee..62a2722 100644 --- a/nix/home/hyprland/hyprland-window_rules.nix +++ b/nix/home/hyprland/hyprland-window_rules.nix @@ -77,5 +77,10 @@ windowrulev2 = float, title:(Volume Control) windowrulev2 = size 1000 800, title:(Volume Control) windowrulev2 = move center, title:(Volume Control) + + # wofi + windowrulev2 = forceinput, class:(wofi) + windowrulev2 = windowdance,class:(wofi) + windowrulev2 = stayfocused,class:(wofi) ''; }