login-shell=yesSize-wise:
initial-window-size-chars=100x24
font=Monospace:size=14
$ ll /usr/bin/konsole /usr/bin/footBut, the libraries they pull:
-rwxr-xr-x 1 root root 499240 Mar 16 08:45 /usr/bin/foot*
-rwxr-xr-x 1 root root 55568 May 7 17:46 /usr/bin/konsole*
$ ldd /usr/bin/konsole | wc -l
154
$ ldd /usr/bin/foot | wc -l
23
I've added `foot` to https://www.gilesorr.com/blog/linux-terminal-memory-usage.html . It only runs under Wayland, but fulfills most of my expectations and is surprisingly light on memory. _And_ it supports pixel-perfect images with `timg`, joining the small group of terms that do that.