remove initial size for kitty

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-12-30 09:29:56 -06:00
parent 3476fc658d
commit 31f2ef23a0

View file

@ -10,8 +10,6 @@
os_window_class = "kitty"; os_window_class = "kitty";
remember_window_size = false; remember_window_size = false;
placement_strategy = "center"; placement_strategy = "center";
initial_window_width = "160c";
initial_window_height = "55c";
# Remove window borders # Remove window borders
hide_window_decorations = "yes"; hide_window_decorations = "yes";