Terminal
alacritty Link to heading
My alacritty.toml has a section:
[window]
dimensions = { columns = 100, lines = 60 }
position { x = 0, y = 0 }
Finding the columns and lines is no more complicated than positioning your terminal window the way you want it and type stty size
. Those are the numbers to use.
Check you x and y with xwininfo
. I like my terminal at (0,0).
zellij Link to heading
With zellij I have set up some sessions. I will turn them into layouts later.
Been busy trying actions
and testing out zellij-ruby interaction.
ghostty Link to heading
I saw someone go all crazy about ghostty
-terminal. Why? It’s .. meh.