From 6f6b1565fe451b89f295b9f12d4d33b2377b8193 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 5 Jul 2025 10:08:02 -0700 Subject: [PATCH] Float and center file pickers --- default/hypr/windows.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/default/hypr/windows.conf b/default/hypr/windows.conf index 99ba971..a0716b5 100644 --- a/default/hypr/windows.conf +++ b/default/hypr/windows.conf @@ -28,3 +28,7 @@ layerrule = blur,wofi windowrule = float, class:(clipse) windowrule = size 622 652, class:(clipse) windowrule = stayfocused, class:(clipse) + +# Float and cneter file pickers +windowrule = float, class:xdg-desktop-portal-gtk, title:^(Open.*Files?|Save.*Files?) +windowrule = center, class:xdg-desktop-portal-gtk, title:^(Open.*Files?|Save.*Files?)