From e369d68fe1cdce7fb9cc0cd9d89e99f5f8809b6e Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 3 Nov 2025 17:46:29 +0100 Subject: [PATCH] Take the rounding back a notch --- default/hypr/apps/system.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default/hypr/apps/system.conf b/default/hypr/apps/system.conf index da2bacfa..82300521 100644 --- a/default/hypr/apps/system.conf +++ b/default/hypr/apps/system.conf @@ -14,4 +14,4 @@ windowrule = fullscreen, class:Screensaver windowrule = opacity 1 1, class:^(zoom|vlc|mpv|org.kde.kdenlive|com.obsproject.Studio|com.github.PintaProject.Pinta|imv|org.gnome.NautilusPreviewer)$ # Popped window rounding -windowrule = rounding 16, tag:pop +windowrule = rounding 8, tag:pop