Add window rules for Signal desktop
This commit is contained in:
parent
d59ff75299
commit
af6b859b2b
1 changed files with 2 additions and 0 deletions
|
@ -107,6 +107,7 @@ window-rule {
|
||||||
// Block out windows from screen capture
|
// Block out windows from screen capture
|
||||||
window-rule {
|
window-rule {
|
||||||
match app-id="discord"
|
match app-id="discord"
|
||||||
|
match app-id="Signal"
|
||||||
block-out-from "screencast"
|
block-out-from "screencast"
|
||||||
}
|
}
|
||||||
// Display Steam notifications in corner of the screen
|
// Display Steam notifications in corner of the screen
|
||||||
|
@ -123,6 +124,7 @@ window-rule {
|
||||||
// Open windows in chat workspace
|
// Open windows in chat workspace
|
||||||
window-rule {
|
window-rule {
|
||||||
match app-id="discord"
|
match app-id="discord"
|
||||||
|
match app-id="Signal"
|
||||||
open-on-workspace "chat"
|
open-on-workspace "chat"
|
||||||
}
|
}
|
||||||
// Open windows in games workspace
|
// Open windows in games workspace
|
||||||
|
|
Loading…
Add table
Reference in a new issue