Files
omarchy/default/hypr/windows.conf

14 lines
538 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
2025-06-09 18:16:35 +02:00
windowrule = tile, class:^(chromium)$
2025-06-09 16:06:33 +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)$
windowrule = opacity 0.95 0.85, class:^(Spotify|obsidian)$
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