chore(hyprland): add rules for Godot

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2025-01-28 08:12:41 -03:00
parent 81f5afdbc3
commit b2bdea76b0
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF

View file

@ -387,9 +387,9 @@ in
windowrulev2 = noborder, tag:gw2 windowrulev2 = noborder, tag:gw2
# Rules for godot # Rules for godot
windowrulev2 = size 50%, 50%, class:^(Godot)$, title:^Create New Node$ windowrulev2 = tag +godot, class:^(Godot)$, title:^(.+)$
windowrulev2 = size 50%, 50%, class:^(Godot)$, title:^Open a File$ windowrulev2 = center, tag:godot
windowrulev2 = size 50%, 50%, class:^(Godot)$, title:^Project Settings windowrulev2 = size 50% 50%, tag:godot
''; '';
}; };
} }