Files
omarchy/default/hypr/windows.conf

12 lines
428 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 16:06:33 +02:00
windowrule = tile, class:^(Chromium)$
# More opacity for inactive Alacritty windows
windowrule = opacity 0.98 0.85, class:^(Alacritty)$
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