From 6a7537078c848848772350bc4e46a45e04508a21 Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Sun, 16 Mar 2025 11:57:05 +0800 Subject: [PATCH] feat: add floating window rule for firefox popup --- users/modules/programs/hyprland.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/users/modules/programs/hyprland.nix b/users/modules/programs/hyprland.nix index 6477807..eede60c 100644 --- a/users/modules/programs/hyprland.nix +++ b/users/modules/programs/hyprland.nix @@ -39,6 +39,10 @@ resize_on_border = true; }; + windowrulev2 = [ + "float, class:firefox, title:Picture-in-Picture" + ]; + # Programs exec-once = [ "waybar"