2025-06-09 16:06:33 +02:00
|
|
|
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
|
|
|
windowrule = suppressevent maximize, class:.*
|
2025-06-09 16:42:44 +02:00
|
|
|
|
|
|
|
# Force chromium into a tile to deal with --app bug
|
2025-06-28 16:01:43 -07:00
|
|
|
windowrule = tile, class:^(Chromium)$
|
2025-06-29 19:01:48 -07:00
|
|
|
|
2025-07-15 19:35:01 -07:00
|
|
|
# Float and center settings and previews
|
2025-07-18 22:54:17 -05:00
|
|
|
windowrule = float, class:^(blueberry.py|Impala|Wiremix|org.gnome.NautilusPreviewer|Omarchy)$
|
|
|
|
windowrule = size 800 600, class:^(blueberry.py|Impala|Wiremix|org.gnome.NautilusPreviewer)$
|
2025-07-15 19:35:01 -07:00
|
|
|
windowrule = size 645 350, class:Omarchy
|
2025-07-18 22:54:17 -05:00
|
|
|
windowrule = center, class:^(blueberry.py|Impala|Wiremix|org.gnome.NautilusPreviewer|Omarchy)$
|
2025-06-09 16:06:33 +02:00
|
|
|
|
2025-07-10 18:55:03 -07:00
|
|
|
# Float and center file pickers
|
2025-07-14 16:17:55 -07:00
|
|
|
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)
|
2025-07-10 18:32:32 -07:00
|
|
|
|
2025-06-30 16:00:03 -07:00
|
|
|
# Float Steam, fullscreen RetroArch
|
|
|
|
windowrule = float, class:^(steam)$
|
|
|
|
windowrule = fullscreen, class:^(com.libretro.RetroArch)$
|
|
|
|
|
2025-06-17 09:47:56 +02:00
|
|
|
# Just dash of opacity
|
2025-06-24 09:41:53 -07:00
|
|
|
windowrule = opacity 0.97 0.9, class:.*
|
2025-06-28 16:30:43 -07:00
|
|
|
windowrule = opacity 1 0.97, class:^(Chromium|chromium|google-chrome|google-chrome-unstable)$
|
|
|
|
windowrule = opacity 1 1, initialTitle:^(youtube.com_/)$ # Youtube
|
2025-07-16 13:00:50 -07:00
|
|
|
windowrule = opacity 1 1, class:^(zoom|vlc|mpv|org.kde.kdenlive|com.obsproject.Studio|com.github.PintaProject.Pinta|imv|org.gnome.NautilusPreviewer)$
|
2025-06-30 16:00:03 -07:00
|
|
|
windowrule = opacity 1 1, class:^(com.libretro.RetroArch|steam)$
|
2025-06-09 16:42:44 +02:00
|
|
|
|
2025-06-09 16:06:33 +02:00
|
|
|
# Fix some dragging issues with XWayland
|
|
|
|
windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0
|
2025-06-12 10:49:48 +02:00
|
|
|
|
2025-06-17 21:37:20 +02:00
|
|
|
# Proper background blur for wofi
|
2025-06-12 10:49:48 +02:00
|
|
|
layerrule = blur,wofi
|