mirror of
https://github.com/basecamp/omarchy.git
synced 2025-08-04 15:49:24 +00:00
12 lines
391 B
Plaintext
12 lines
391 B
Plaintext
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
|
windowrule = suppressevent maximize, class:.*
|
|
|
|
# Just dash of opacity by default
|
|
windowrule = opacity 0.97 0.9, class:.*
|
|
|
|
# Fix some dragging issues with XWayland
|
|
windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0
|
|
|
|
# App-specific tweaks
|
|
source = ~/.local/share/omarchy/default/hypr/apps.conf
|