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-12 10:46:11 +02:00
|
|
|
# Just dash of opacity
|
|
|
|
windowrule = opacity 0.95 0.85, class:.*
|
2025-06-09 18:16:35 +02:00
|
|
|
windowrule = opacity 0.98 0.95, class:^(chromium)$
|
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
|