revert 52.3 and rounding reduction

This commit is contained in:
2026-03-06 14:44:29 +01:00
parent 158fbc524b
commit f89a8b96ab
2 changed files with 13 additions and 48 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ general {
} }
decoration { decoration {
rounding = 5 rounding = 1
shadow { shadow {
enabled = true enabled = true
range = 15 range = 15
+12 -47
View File
@@ -1,48 +1,13 @@
windowrule { windowrule = opacity 0.0 override, class:^(xwaylandvideobridge)$
name = windowrule-1 windowrule = noanim, class:^(xwaylandvideobridge)$
opacity = 0.0 override windowrule = noinitialfocus, class:^(xwaylandvideobridge)$
no_anim = on windowrule = maxsize 1 1, class:^(xwaylandvideobridge)$
no_initial_focus = on windowrule = noblur, class:^(xwaylandvideobridge)$
max_size = 1 1 windowrule = nofocus, class:^(xwaylandvideobridge)$
no_blur = on
no_focus = on
match:class = ^(xwaylandvideobridge)$
}
windowrule { windowrule = noblur, class:^(org.gnome.Nautilus)$
name = windowrule-2 windowrulev2 = idleinhibit fullscreen, class:.*
no_blur = on windowrule = idleinhibit always, content:video
match:class = ^(org.gnome.Nautilus)$ windowrule = idleinhibit always, content:game
} 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
}