From f1e11cfff62add6e5d29a1ac45021b5c8f6efcc8 Mon Sep 17 00:00:00 2001 From: "Alexandre Cavalheiro S. Tiago da Silva" Date: Tue, 21 Jan 2025 03:48:11 -0300 Subject: [PATCH] feat(hyprland): godot rules --- modules/home-manager/programs/hyprland/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/home-manager/programs/hyprland/default.nix b/modules/home-manager/programs/hyprland/default.nix index f21ced6..f6d078d 100644 --- a/modules/home-manager/programs/hyprland/default.nix +++ b/modules/home-manager/programs/hyprland/default.nix @@ -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 ''; }; }