diff options
| author | tslilc <tslil@posteo.de> | 2025-01-06 16:20:32 +0000 |
|---|---|---|
| committer | tslilc <tslil@posteo.de> | 2025-01-06 16:20:32 +0000 |
| commit | bde4a34569e61efdfbf9ef8bead3d26b86ca791f (patch) | |
| tree | 1732076bcb5b4f87913af9c8e977af397c4d0635 /foot | |
| parent | f38be01f5b0fd9ee578ea3c39ee263447aa8dfe1 (diff) | |
[foot] fix for dpi issues?
Diffstat (limited to 'foot')
| -rw-r--r-- | foot/foot.ini | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/foot/foot.ini b/foot/foot.ini index 34c3a86..f6f1706 100644 --- a/foot/foot.ini +++ b/foot/foot.ini @@ -1,11 +1,9 @@ [main] -font=MxPlus IBM VGA 9x16:size=22 -font-bold=MxPlus IBM VGA 9x16:size=22 -# font=Commit Mono:size=13 bold-text-in-bright=on -box-drawings-uses-font-glyphs=yes -#dpi-aware=yes -include=/usr/share/foot/themes/apprentice +font=Berkeley Mono:size=22 +box-drawings-uses-font-glyphs=no +include=/usr/share/foot/themes/dracula +dpi-aware=no [scrollback] lines=65536 |
