From 70eb56b188fc8777817c4298db817dbbd54f3b6b Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Mon, 18 May 2026 23:19:51 +0200 Subject: fix(foot): use # for comment syntax (not ;) --- .config/foot/foot.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/foot') diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini index 9a3a568..d84d74b 100644 --- a/.config/foot/foot.ini +++ b/.config/foot/foot.ini @@ -10,7 +10,7 @@ login-shell=no app-id=foot title=foot locked-title=no -; https://github.com/source-foundry/Hack +# https://github.com/source-foundry/Hack font=Hack Nerd Font Mono:style=Regular:size=9 initial-color-theme=dark initial-window-size-chars=130x40 -- cgit v1.3.1