Skip to content

Commit 11fcba3

Browse files
authored
Merge branch 'rc' into dev
2 parents 760d5b4 + a155ed3 commit 11fcba3

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

β€ŽConfigs/.local/share/hyde/hyprland.confβ€Ž

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,12 @@ exec-once = systemctl --user start hyde-config.service #! If this is not working
393393

394394
# See https://wiki.hyprland.org/Configuring/Window-Rules/
395395

396+
# Sizes for floating popups
397+
windowrule = size <85% <90%,floating:1
398+
windowrule = float,tag:common-popups
399+
windowrule = size <60% <90%,tag:common-popups
400+
401+
396402
# Ony add the Core applications here
397403
windowrule = float,class:^(com.gabm.satty)$
398404
windowrule = float,class:^(org.kde.dolphin)$,title:^(Progress Dialog β€” Dolphin)$
@@ -417,6 +423,13 @@ windowrule = float,class:^(nm-connection-editor)$
417423
windowrule = float,class:^(org.kde.polkit-kde-authentication-agent-1)$
418424
windowrule = float,class:^([Xx]dg-desktop-portal-gtk)$
419425

426+
# common popups
427+
windowrule = tag +common-popups,initialTitle:^(Open File)$
428+
windowrule = tag +common-popups,title:^(Choose Files)$
429+
windowrule = tag +common-popups,title:^(Save As)$
430+
windowrule = tag +common-popups,title:^(Confirm to replace files)$
431+
windowrule = tag +common-popups,title:^(File Operation Progress)$
432+
windowrule = tag +common-popups,class:^(xdg-desktop-portal-gtk)$
420433

421434

422435
# // β–ˆβ–‘β–‘β€ƒβ–„β–€β–ˆβ€ƒβ–ˆβ–„β–ˆβ€ƒβ–ˆβ–€β–€β€ƒβ–ˆβ–€β–ˆβ€ƒ β€ƒβ–ˆβ–€β–ˆβ€ƒβ–ˆβ–‘β–ˆβ€ƒβ–ˆβ–‘β–‘β€ƒβ–ˆβ–€β–€β€ƒβ–ˆβ–€

0 commit comments

Comments
Β (0)