From a2c464a835cb5ea0b4cf81727339fa87530ebb88 Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Mon, 3 Feb 2025 06:26:13 +0100 Subject: [PATCH] foot: adjust window size for new windows --- dot-config/foot/foot.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot-config/foot/foot.ini b/dot-config/foot/foot.ini index 1ae3088e..e22e94f1 100644 --- a/dot-config/foot/foot.ini +++ b/dot-config/foot/foot.ini @@ -31,7 +31,7 @@ dpi-aware=yes # initial-window-size-pixels=700x500 # Or, # initial-window-size-chars= # initial-window-mode=windowed -initial-window-size-chars=133x31 +initial-window-size-chars=135x29 pad=32x16 center # optionally append 'center' # resize-by-cells=yes # resize-delay-ms=100 -- 2.51.2