From 3212ca44aab74af2e91cf86ac0b4407a5bb535fa Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Tue, 19 Nov 2024 20:46:49 +0100 Subject: [PATCH] improve window-rules --- extra/niri.kdl | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/extra/niri.kdl b/extra/niri.kdl index 53687e5..a38921e 100644 --- a/extra/niri.kdl +++ b/extra/niri.kdl @@ -163,12 +163,6 @@ window-rule { open-on-workspace "media" } -window-rule { - match app-id=r#"^thunderbird$"# - - open-on-workspace "utils" -} - // Window rules let you adjust behavior for individual windows. // Find more information on the wiki: // https://github.com/YaLTeR/niri/wiki/Configuration:-Window-Rules @@ -201,6 +195,7 @@ window-rule { window-rule { match app-id=r#"^org\.keepassxc\.KeePassXC$"# + match app-id=r#"^thunderbird$"# block-out-from "screen-capture" open-on-workspace "utils" }