fix: foot - do not resize the window on font resizing

This commit is contained in:
Ryan Yin
2025-11-27 11:06:06 +08:00
parent 3bf1b986cf
commit 3d2a2d50af

View File

@@ -19,6 +19,7 @@
term = "foot"; # or "xterm-256color" for maximum compatibility
font = "Maple Mono NF CN:size=14";
dpi-aware = "no"; # scale via window manager instead
resize-keep-grid = "no"; # do not resize the window on font resizing
# Spawn a nushell in login mode via `bash`
shell = "${pkgs.bash}/bin/bash --login -c 'nu --login --interactive'";