diff --git a/default/hypr/apps/system.conf b/default/hypr/apps/system.conf index 8bd85720..395d9823 100644 --- a/default/hypr/apps/system.conf +++ b/default/hypr/apps/system.conf @@ -6,9 +6,10 @@ windowrule = size 600 470, class:Omarchy 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 +windowrule = tag +picker, class:(xdg-desktop-portal-gtk|sublime_text) +windowrule = float, tag:picker, title:^(Open.*Files?|Save.*Files?|All Files|Save) +windowrule = center, tag:picker, title:^(Open.*Files?|Save.*Files?|All Files|Save) +windowrule = size 800 600, tag:picker # Fullscreen screensaver windowrule = fullscreen, class:Screensaver