improve window-rules

This commit is contained in:
Noa Aarts 2024-11-19 20:46:49 +01:00
parent 5145cbbfae
commit 3212ca44aa
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -163,12 +163,6 @@ window-rule {
open-on-workspace "media" open-on-workspace "media"
} }
window-rule {
match app-id=r#"^thunderbird$"#
open-on-workspace "utils"
}
// Window rules let you adjust behavior for individual windows. // Window rules let you adjust behavior for individual windows.
// Find more information on the wiki: // Find more information on the wiki:
// https://github.com/YaLTeR/niri/wiki/Configuration:-Window-Rules // https://github.com/YaLTeR/niri/wiki/Configuration:-Window-Rules
@ -201,6 +195,7 @@ window-rule {
window-rule { window-rule {
match app-id=r#"^org\.keepassxc\.KeePassXC$"# match app-id=r#"^org\.keepassxc\.KeePassXC$"#
match app-id=r#"^thunderbird$"#
block-out-from "screen-capture" block-out-from "screen-capture"
open-on-workspace "utils" open-on-workspace "utils"
} }