diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-05-18 23:19:51 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-05-18 23:19:51 +0200 |
| commit | 70eb56b188fc8777817c4298db817dbbd54f3b6b (patch) | |
| tree | e966e26cd898559ba50bb388b11f437cf129d939 /.config | |
| parent | 36fad417a9335981cf62e7d4cbaa877de54023cf (diff) | |
| download | dotfiles-70eb56b188fc8777817c4298db817dbbd54f3b6b.tar.gz dotfiles-70eb56b188fc8777817c4298db817dbbd54f3b6b.zip | |
fix(foot): use # for comment syntax (not ;)
Diffstat (limited to '.config')
| -rw-r--r-- | .config/foot/foot.ini | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
