Ghostty
Jeremy and Aaron both introduced me to Ghostty. It took me a minute to get onboard for unrelated reasons, but I'm sold. It bills itself as not needing configuration, and it's true that it's usable without a config, but so is any terminal emulator. Here's my config:
theme = gruvbox-material cursor-style = block font-family = Brass Mono font-size = 20 font-thicken = true window-decoration = none
This is for a machine running StumpWM; for other machines (the macs),
you'll want to to do the "fill one half of the screen," and check
$COLUMNS$
and $LINES
, then set window-width
and window-height
appropriately.
Also, on MacOS, remove the window-decoration
config.