Update window rules
This commit is contained in:
parent
73c726979b
commit
a6c2053b27
1 changed files with 2 additions and 1 deletions
|
@ -106,7 +106,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"
|
match app-id="Signal"
|
||||||
block-out-from "screencast"
|
block-out-from "screencast"
|
||||||
}
|
}
|
||||||
|
@ -132,6 +132,7 @@ window-rule {
|
||||||
match app-id="gamescope"
|
match app-id="gamescope"
|
||||||
match app-id="PrismLauncher$"
|
match app-id="PrismLauncher$"
|
||||||
match app-id="steam"
|
match app-id="steam"
|
||||||
|
match app-id="org.corectrl.CoreCtrl"
|
||||||
open-on-workspace "games"
|
open-on-workspace "games"
|
||||||
}
|
}
|
||||||
// Dont auto focus
|
// Dont auto focus
|
||||||
|
|
Loading…
Add table
Reference in a new issue