From e554c3b75246892e069e9ba0bea7f87dc2279525 Mon Sep 17 00:00:00 2001 From: Sean Kovacs Date: Wed, 25 Feb 2026 13:54:21 -0500 Subject: [PATCH] unfloat firefox picture-in-picture --- home/tiling/niri.nix | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/home/tiling/niri.nix b/home/tiling/niri.nix index f3a1fde..199b841 100644 --- a/home/tiling/niri.nix +++ b/home/tiling/niri.nix @@ -128,20 +128,6 @@ }; draw-border-with-background = false; } - { - matches = [ - { - app-id = "firefox$"; - title = "^Picture-in-Picture$"; - } - ]; - open-floating = true; - default-floating-position = { - x = 16; - y = 16; - relative-to = "bottom-left"; - }; - } { matches = [ {