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-09 18:16:35 +02:00
|
|
|
windowrule = tile, class:^(chromium)$
|
2025-06-09 16:06:33 +02:00
|
|
|
|
2025-06-17 09:47:56 +02:00
|
|
|
# Just dash of opacity
|
2025-06-12 10:46:11 +02:00
|
|
|
windowrule = opacity 0.95 0.85, class:.*
|
2025-06-16 11:47:26 +02:00
|
|
|
windowrule = opacity 1 0.95, class:^(chromium|Google-chrome|google-chrome-unstable)$
|
2025-06-16 09:38:33 +02:00
|
|
|
windowrule = opacity 0.95 0.85, initialClass:^(chrome-.*-Default)$ # web apps
|
|
|
|
windowrule = opacity 1 1, initialClass:^(chrome-youtube.*-Default)$ # Youtube
|
2025-06-12 10:19:17 +02:00
|
|
|
windowrule = opacity 0.85 0.85, class:^(Spotify)$
|
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
|
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)
|