disallow steams focus stealing
This commit is contained in:
parent
beceee7c99
commit
bc6d1a94a5
1 changed files with 8 additions and 0 deletions
|
@ -28,6 +28,14 @@
|
||||||
|
|
||||||
window-rules = [
|
window-rules = [
|
||||||
# TODO: privacy screen rules
|
# TODO: privacy screen rules
|
||||||
|
{
|
||||||
|
matches = [
|
||||||
|
{
|
||||||
|
app-id = "steam";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
open-focused = false;
|
||||||
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
# fix electron apps not doing wayland
|
# fix electron apps not doing wayland
|
||||||
|
|
Loading…
Add table
Reference in a new issue