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
|
|
|
|
2025-08-03 13:47:26 +02:00
|
|
|
# Just dash of opacity by default
|
2025-06-24 09:41:53 -07:00
|
|
|
windowrule = opacity 0.97 0.9, class:.*
|
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-08-03 13:47:26 +02:00
|
|
|
|
|
|
|
# App-specific tweaks
|
|
|
|
source = ~/.local/share/omarchy/default/hypr/apps.conf
|