From f89a8b96ab1fbddc18735c22d578934a9c3ae744 Mon Sep 17 00:00:00 2001 From: Aram Markarov Date: Fri, 6 Mar 2026 14:44:29 +0100 Subject: [PATCH] revert 52.3 and rounding reduction --- modules/settings.conf | 2 +- modules/windowrules.conf | 59 ++++++++-------------------------------- 2 files changed, 13 insertions(+), 48 deletions(-) diff --git a/modules/settings.conf b/modules/settings.conf index 2101312..65b084e 100644 --- a/modules/settings.conf +++ b/modules/settings.conf @@ -18,7 +18,7 @@ general { } decoration { - rounding = 5 + rounding = 1 shadow { enabled = true range = 15 diff --git a/modules/windowrules.conf b/modules/windowrules.conf index 65e308d..48d1bfc 100644 --- a/modules/windowrules.conf +++ b/modules/windowrules.conf @@ -1,48 +1,13 @@ -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 = 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-2 - no_blur = on - match:class = ^(org.gnome.Nautilus)$ -} - -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 -} +windowrule = noblur, class:^(org.gnome.Nautilus)$ +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