windowrules fixed

This commit is contained in:
2026-03-26 01:17:21 +01:00
parent af0a5b28c1
commit 50028ad3e9
3 changed files with 56 additions and 25 deletions
+43 -11
View File
@@ -1,12 +1,44 @@
windowrule = opacity 0.0 override, class:^(xwaylandvideobridge)$
windowrule = noanim, class:^(xwaylandvideobridge)$
windowrule = noinitialfocus, class:^(xwaylandvideobridge)$
windowrule = maxsize 1 1, class:^(xwaylandvideobridge)$
windowrule = noblur, class:^(xwaylandvideobridge)$
windowrule = nofocus, class:^(xwaylandvideobridge)$
windowrule {
name = windowrule-1
opacity = 0.0 override
no_anim = on
no_initial_focus = on
max_size = 1 1
no_blur = on
no_focus = on
match:class = ^(xwaylandvideobridge)$
}
windowrule {
name = windowrule-2
idle_inhibit = fullscreen
match:class = .*
}
windowrule {
name = windowrule-3
idle_inhibit = always
match:content = video
}
windowrule {
name = windowrule-4
idle_inhibit = always
match:content = game
}
windowrule {
name = windowrule-5
idle_inhibit = always
match:fullscreen_state_internal = client
match:fullscreen_state_client = 2
}
windowrule {
name = windowrule-6
idle_inhibit = always
match:fullscreen_state_internal = internal
match:fullscreen_state_client = 2
}
windowrulev2 = idleinhibit fullscreen, class:.*
windowrule = idleinhibit always, content:video
windowrule = idleinhibit always, content:game
windowrule = idleinhibit always, fullscreenstate:client 2
windowrule = idleinhibit always, fullscreenstate:internal 2