mirror of
https://git.aramjonghu.nl/AramJonghu/hypr.git
synced 2026-06-06 20:38:24 +02:00
52.1 -> 53.0
This commit is contained in:
+45
-12
@@ -1,15 +1,48 @@
|
|||||||
windowrule = opacity 0.0 override, class:^(xwaylandvideobridge)$
|
windowrule {
|
||||||
windowrule = noanim, class:^(xwaylandvideobridge)$
|
name = windowrule-1
|
||||||
windowrule = noinitialfocus, class:^(xwaylandvideobridge)$
|
opacity = 0.0 override
|
||||||
windowrule = maxsize 1 1, class:^(xwaylandvideobridge)$
|
no_anim = on
|
||||||
windowrule = noblur, class:^(xwaylandvideobridge)$
|
no_initial_focus = on
|
||||||
windowrule = nofocus, class:^(xwaylandvideobridge)$
|
max_size = 1 1
|
||||||
|
no_blur = on
|
||||||
|
no_focus = on
|
||||||
|
match:class = ^(xwaylandvideobridge)$
|
||||||
|
}
|
||||||
|
|
||||||
windowrule = noblur, class:^(org.gnome.Nautilus)$
|
windowrule {
|
||||||
windowrulev2 = idleinhibit fullscreen, class:.*
|
name = windowrule-2
|
||||||
windowrule = idleinhibit always, content:video
|
no_blur = on
|
||||||
windowrule = idleinhibit always, content:game
|
match:class = ^(org.gnome.Nautilus)$
|
||||||
windowrule = idleinhibit always, fullscreenstate:client 2
|
}
|
||||||
windowrule = idleinhibit always, fullscreenstate:internal 2
|
|
||||||
|
|
||||||
|
windowrule {
|
||||||
|
name = windowrule-3
|
||||||
|
idle_inhibit = fullscreen
|
||||||
|
match:class = .*
|
||||||
|
}
|
||||||
|
|
||||||
|
windowrule {
|
||||||
|
name = windowrule-4
|
||||||
|
idle_inhibit = always
|
||||||
|
match:content = video
|
||||||
|
}
|
||||||
|
|
||||||
|
windowrule {
|
||||||
|
name = windowrule-5
|
||||||
|
idle_inhibit = always
|
||||||
|
match:content = game
|
||||||
|
}
|
||||||
|
|
||||||
|
windowrule {
|
||||||
|
name = windowrule-6
|
||||||
|
idle_inhibit = always
|
||||||
|
match:fullscreen_state_internal = client
|
||||||
|
match:fullscreen_state_client = 2
|
||||||
|
}
|
||||||
|
|
||||||
|
windowrule {
|
||||||
|
name = windowrule-7
|
||||||
|
idle_inhibit = always
|
||||||
|
match:fullscreen_state_internal = internal
|
||||||
|
match:fullscreen_state_client = 2
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user