From b2f42465dd8d5755dfaa5095e614d04926c4b5a8 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Tue, 17 Dec 2024 20:24:19 +0530 Subject: [PATCH] foot: Only specify monospace and increase size This makes it easier to change a font from font configuration instead of having to change it for every application. While at it, also disable processing of Sixel images. --- foot/.config/foot/foot.ini | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/foot/.config/foot/foot.ini b/foot/.config/foot/foot.ini index 6f46f13..4e97023 100644 --- a/foot/.config/foot/foot.ini +++ b/foot/.config/foot/foot.ini @@ -1,15 +1,10 @@ # vim: ft=dosini -term = foot-extra -login-shell = no -shell = tmux attach -t scratch - -font = monospace:style=Medium Italic:size=26 -font-bold = monospace:style=Bold:size=26 -font-italic = monospace:style=SemiBold Italic:size=26 -font-bold-italic = monospace:style=Bold Italic:size=26 -box-drawings-uses-font-glyphs = yes -dpi-aware = no +term = foot-extra +login-shell = no +shell = tmux attach -t scratch +font = monospace:size=28 +font-monospace-warn = no [scrollback] lines = 0 @@ -51,3 +46,4 @@ show-urls-copy = Control+Shift+e [tweak] max-shm-pool-size-mb = 2048 +sixel = no