diff --git a/configuration.nix b/configuration.nix index fe73cb8..9bfe294 100644 --- a/configuration.nix +++ b/configuration.nix @@ -107,6 +107,11 @@ "DP-3, 2560x1440@170, 1440x700, 1" "HDMI-A-1, 2560x1440@144, 0x0, 1, transform, 1" ]; + windowrulev2 = [ + "tile, initialClass:^(Godot)$, initialTitle: ^(Godot)$" + "float, class:^(Godot)$, title:^(?!(.*Godot)).*$" + "float, initialTitle:^(Godot)$, class:^(?!(Godot)).*$" + ]; }; }; programs.neovim = {