diff options
author | Amin Bandali <bandali@kelar.org> | 2025-01-30 16:30:12 -0500 |
---|---|---|
committer | Amin Bandali <bandali@kelar.org> | 2025-01-30 16:30:12 -0500 |
commit | f44a20aca8c916dd599d92d5b2336eb88b40b8fa (patch) | |
tree | 26329c8349401a286c30c8d0539005810a1e9412 /.config/foot/foot.ini | |
parent | 7b8b021044b9412894207127e0ea78ef9951f5d2 (diff) | |
download | configs-f44a20aca8c916dd599d92d5b2336eb88b40b8fa.tar.gz configs-f44a20aca8c916dd599d92d5b2336eb88b40b8fa.tar.xz configs-f44a20aca8c916dd599d92d5b2336eb88b40b8fa.zip |
Some font-related updates
Diffstat (limited to '.config/foot/foot.ini')
-rw-r--r-- | .config/foot/foot.ini | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini index df361ca..07c8f2e 100644 --- a/.config/foot/foot.ini +++ b/.config/foot/foot.ini @@ -9,7 +9,8 @@ term=xterm-256color # title=foot # locked-title=no -font=Source Code Pro Medium:size=10.5, Apple Color Emoji:size=10.5 +#font=Source Code Pro Medium:size=10, Apple Color Emoji:size=10 +font=Source Code Pro Medium:size=8, Apple Color Emoji:size=10 # font=monospace:size=8 # font-bold=<bold variant of regular font> # font-italic=<italic variant of regular font> @@ -29,6 +30,7 @@ font=Source Code Pro Medium:size=10.5, Apple Color Emoji:size=10.5 # initial-window-mode=windowed # pad=0x0 # optionally append 'center' # resize-delay-ms=100 +initial-window-size-chars=80x24 # notify=notify-send -a ${app-id} -i ${app-id} ${title} ${body} |