From 6efb24bc51ca963564fd60ff9b22b085008c359f Mon Sep 17 00:00:00 2001 From: uku Date: Sat, 23 Mar 2024 18:22:51 +0100 Subject: [PATCH] fix(hyprland): remove nomaximizerequest --- programs/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/hyprland.nix b/programs/hyprland.nix index 5d9769c..d64428e 100644 --- a/programs/hyprland.nix +++ b/programs/hyprland.nix @@ -92,7 +92,7 @@ windowrulev2 = [ "float, class:^(pavucontrol)$" - "nomaximizerequest, class:^(firefox)$" + "suppressevent maximize, class:^(firefox)$" "float, title:^(Picture-in-Picture)$" "float, class:^(firefox)$, title:^()$" # notifications "float, class:^(librewolf)$, title:^()$" # notifications