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) ''; }