From f63e777c9a9d463a2e79b992567472565fe6fe0c Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 9 Aug 2025 17:56:57 +0200 Subject: [PATCH] Use tag picker for file picker apps And include sublime_text, since it doesn't use xdg-desktop-portal-gtk --- default/hypr/apps/system.conf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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