fix keepass window rule

This commit is contained in:
Noa Aarts 2024-11-19 20:40:12 +01:00
parent d0a389447d
commit 5145cbbfae
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -165,7 +165,6 @@ window-rule {
window-rule {
match app-id=r#"^thunderbird$"#
match app-id=r#"^org\.keepassxc\.KeePassXC$"#
open-on-workspace "utils"
}
@ -200,6 +199,12 @@ window-rule {
// block-out-from "screencast"
}
window-rule {
match app-id=r#"^org\.keepassxc\.KeePassXC$"#
block-out-from "screen-capture"
open-on-workspace "utils"
}
// Example: enable rounded corners for all windows.
// (This example rule is commented out with a "/-" in front.)
window-rule {