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
|
||||
window-rule {
|
||||
match app-id="discord"
|
||||
match app-id="Signal"
|
||||
block-out-from "screencast"
|
||||
}
|
||||
// Display Steam notifications in corner of the screen
|
||||
|
@ -123,6 +124,7 @@ window-rule {
|
|||
// Open windows in chat workspace
|
||||
window-rule {
|
||||
match app-id="discord"
|
||||
match app-id="Signal"
|
||||
open-on-workspace "chat"
|
||||
}
|
||||
// Open windows in games workspace
|
||||
|
|
Loading…
Add table
Reference in a new issue