From c07c5652cb909a122b482c788edba8109a66f005 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 8 Aug 2025 20:18:05 +0200 Subject: [PATCH] Don't let chromium save dialogue get too big --- default/hypr/apps/system.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/default/hypr/apps/system.conf b/default/hypr/apps/system.conf index d90bdadd..8bd85720 100644 --- a/default/hypr/apps/system.conf +++ b/default/hypr/apps/system.conf @@ -8,6 +8,7 @@ windowrule = size 700 520, class:About # Float and center file pickers windowrule = float, class:xdg-desktop-portal-gtk, title:^(Open.*Files?|Save.*Files?|All Files|Save) windowrule = center, class:xdg-desktop-portal-gtk, title:^(Open.*Files?|Save.*Files?|All Files|Save) +windowrule = size 800 600, class:xdg-desktop-portal-gtk # Fullscreen screensaver windowrule = fullscreen, class:Screensaver