Files
omarchy/default/hypr/windows.conf

24 lines
965 B
Plaintext
Raw Normal View History

2025-06-09 16:06:33 +02:00
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
windowrule = suppressevent maximize, class:.*
# Force chromium into a tile to deal with --app bug
windowrule = tile, class:^(Chromium)$
2025-06-29 19:01:25 -07:00
windowrule = float, class:^(org.pulseaudio.pavucontrol|blueberry.py)$
2025-06-09 16:06:33 +02:00
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
windowrule = opacity 1 1, class:^(zoom|vlc|org.kde.kdenlive|com.obsproject.Studio|com.github.PintaProject.Pinta)$
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
2025-06-17 21:37:20 +02:00
# Float in the middle for clipse clipboard manager
windowrule = float, class:(clipse)
windowrule = size 622 652, class:(clipse)
windowrule = stayfocused, class:(clipse)