15 lines
531 B
Plaintext
15 lines
531 B
Plaintext
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
|
windowrule = float, ^(foot)$
|
|
windowrule = float, ^(pavucontrol)$
|
|
windowrule = float, ^(.blueman-manager-wrapped)$
|
|
windowrule = float, ^(otpclient)$
|
|
|
|
windowrule = center, ^(foot)$
|
|
windowrule = center, ^(pavucontrol)$
|
|
windowrule = center, ^(.blueman-manager-wrapped)$
|
|
windowrule = move 2% 6%, ^(otpclient)$
|
|
|
|
windowrule = workspace 2, ^(chromium-browser)$
|
|
windowrule = workspace 3, ^(thunar|libreoffice).*$
|
|
windowrule = workspace 4 silent, ^(Element|Signal|discord)$
|