feat(hyprland): godot rules

This commit is contained in:
Alexandre Cavalheiro 2025-01-21 03:48:11 -03:00
parent 2eeded7923
commit f1e11cfff6
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF

View file

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