Use tag picker for file picker apps
And include sublime_text, since it doesn't use xdg-desktop-portal-gtk
This commit is contained in:
parent
0b31f3139f
commit
f63e777c9a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user