Update hyprland window rules
This commit is contained in:
parent
cc257a396b
commit
b804c0997d
|
@ -1,14 +1,12 @@
|
||||||
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
||||||
windowrule = float, ^(foot)$
|
windowrule = float, ^(foot)$
|
||||||
|
windowrule = center, ^(foot)$
|
||||||
windowrule = tile, ^(neovide)$
|
windowrule = tile, ^(neovide)$
|
||||||
windowrule = float, ^(thunar)$
|
windowrule = float, ^(thunar)$
|
||||||
windowrule = float, ^(pavucontrol)$
|
windowrule = float, ^(pavucontrol)$
|
||||||
windowrule = float, ^(Signal)$
|
|
||||||
windowrule = center, ^(pavucontrol)$
|
windowrule = center, ^(pavucontrol)$
|
||||||
windowrule = float, ^(.blueman-manager-wrapped)$
|
windowrule = float, ^(.blueman-manager-wrapped)$
|
||||||
windowrule = center, ^(.blueman-manager-wrapped)$
|
windowrule = center, ^(.blueman-manager-wrapped)$
|
||||||
windowrule = float, ^(marktext)$
|
|
||||||
windowrule = center, ^(marktext)$
|
|
||||||
windowrule = float, ^(otpclient)$
|
windowrule = float, ^(otpclient)$
|
||||||
windowrule = move 2% 6%, ^(otpclient)$
|
windowrule = move 2% 6%, ^(otpclient)$
|
||||||
windowrule = float, title:^([Zz]oom)(.*)$
|
windowrule = float, title:^([Zz]oom)(.*)$
|
||||||
|
|
Loading…
Reference in a new issue