added godot window config

This commit is contained in:
2026-01-04 08:35:47 -05:00
parent 2546d438a6
commit 0b7c2493b4

View File

@@ -107,6 +107,11 @@
"DP-3, 2560x1440@170, 1440x700, 1" "DP-3, 2560x1440@170, 1440x700, 1"
"HDMI-A-1, 2560x1440@144, 0x0, 1, transform, 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 = { programs.neovim = {