From 698928e40cd5c66ae3432d8e454c510d5bc8cff2 Mon Sep 17 00:00:00 2001 From: Myned Date: Wed, 27 Nov 2024 17:03:53 -0600 Subject: [PATCH] hyprland: update firefox rule Signed-off-by: Myned --- options/custom/desktops/hyprland/rules.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options/custom/desktops/hyprland/rules.nix b/options/custom/desktops/hyprland/rules.nix index bea847b..85d1178 100644 --- a/options/custom/desktops/hyprland/rules.nix +++ b/options/custom/desktops/hyprland/rules.nix @@ -185,7 +185,7 @@ in { } rules) (fields { - class = "^firefox$"; + class = "^firefox.*$"; title = "^(?!Picture.in.[Pp]icture).*$"; } rules)