fix: adjust initial window size to be a bit larger

This commit is contained in:
2026-07-16 02:38:06 -04:00
parent 3e00a620d1
commit baf2dc7d0b
+2 -2
View File
@@ -17,8 +17,8 @@ watcher watcher.py
# {{{ Window
remember_window_size no
initial_window_width 150c
initial_window_height 31c
initial_window_width 160c
initial_window_height 36c
enabled_layouts splits
# }}}