fix keepass window rule
This commit is contained in:
parent
d0a389447d
commit
5145cbbfae
1 changed files with 6 additions and 1 deletions
|
|
@ -165,7 +165,6 @@ window-rule {
|
||||||
|
|
||||||
window-rule {
|
window-rule {
|
||||||
match app-id=r#"^thunderbird$"#
|
match app-id=r#"^thunderbird$"#
|
||||||
match app-id=r#"^org\.keepassxc\.KeePassXC$"#
|
|
||||||
|
|
||||||
open-on-workspace "utils"
|
open-on-workspace "utils"
|
||||||
}
|
}
|
||||||
|
|
@ -200,6 +199,12 @@ window-rule {
|
||||||
// block-out-from "screencast"
|
// 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.
|
// Example: enable rounded corners for all windows.
|
||||||
// (This example rule is commented out with a "/-" in front.)
|
// (This example rule is commented out with a "/-" in front.)
|
||||||
window-rule {
|
window-rule {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue