17 lines
573 B
Plaintext
17 lines
573 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 silent, ^(firefox)$
|
|
windowrule = workspace 3 silent, ^(thunar|libreoffice).*$
|
|
windowrule = workspace 4 silent, ^(Element|Signal|discord)$
|
|
|
|
windowrule = monitor 1, ^(firefox)$
|