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-09 16:42:44 +02:00
|
|
|
# More opacity for inactive Alacritty windows
|
2025-06-09 18:16:35 +02:00
|
|
|
windowrule = opacity 0.98 0.95, class:^(chromium)$
|
|
|
|
windowrule = opacity 0.98 0.90, class:^(Alacritty)$
|
2025-06-12 10:38:58 +02:00
|
|
|
windowrule = opacity 0.95 0.85, class:^(obsidian|signal)$
|
2025-06-12 10:19:17 +02:00
|
|
|
windowrule = opacity 0.85 0.85, class:^(Spotify)$
|
2025-06-09 18:50:25 +02:00
|
|
|
windowrule = opacity 0.95 0.85, initialClass:^(chrome-.*-Default)$ # web apps
|
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
|