From 0421eb49117d9017b18f19869140d318dc49055a Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Sat, 8 Jun 2024 02:43:25 +0200 Subject: [PATCH] foot: update config --- config/foot/foot.ini | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/config/foot/foot.ini b/config/foot/foot.ini index 5f252ebc..aed86437 100644 --- a/config/foot/foot.ini +++ b/config/foot/foot.ini @@ -9,7 +9,8 @@ shell=/bin/fish # title=foot # locked-title=no -font=LiterationMono Nerd Font:size=11,LiterationMono Nerd Font:size=10 +font=IosevkaTerm Nerd Font Mono:size=12:style=medium +#,LiterationMono Nerd Font:size=10 # font-bold= # font-italic= # font-bold-italic= @@ -23,8 +24,8 @@ font=LiterationMono Nerd Font:size=11,LiterationMono Nerd Font:size=10 # box-drawings-uses-font-glyphs=no # dpi-aware=no -initial-window-size-pixels=1256x720 # Or, -# initial-window-size-chars= +# initial-window-size-pixels=1256x720 # Or, +initial-window-size-chars=110x32 # initial-window-mode=windowed # pad=0x0 # optionally append 'center' # resize-delay-ms=100 @@ -34,7 +35,7 @@ notify=notify-send -a ${app-id} -i ${app-id} ${title} ${body} # bold-text-in-bright=no # word-delimiters=,│`|:"'()[]{}<> # selection-target=primary -# workers= +workers=16 # utmp-helper=/usr/lib/utempter/utempter # When utmp backend is ‘libutempter’ (Linux) # utmp-helper=/usr/libexec/ulog-helper # When utmp backend is ‘ulog’ (FreeBSD) -- 2.51.2