improve window-rules
This commit is contained in:
parent
5145cbbfae
commit
3212ca44aa
1 changed files with 1 additions and 6 deletions
|
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue