GNOME Terminal
The default terminal emulator included in GNOME. It’s nothing crazy, but looks ok and gets the job done.
I personally use GNOME Terminal on my Fedora Silverblue installs because it’s just already there. No configuration, no overlays, no mucking around, and it looks decent enough.
Resources
Tips and Tricks
Add Terminal Padding
To add padding to GNOME Terminal, create the file ~/.config/gtk-3.0/gtk.css
and add the contents below:
vte-terminal,
terminal-window {
padding: 10px 10px 10px 10px;
-vte-terminal-inner-border: 10px 10px 10px 10px;
}
Disable Cursor Blinking
To disable cursor blinking, simply run the command gsettings set org.gnome.desktop.interface cursor-blink false
.
Metadata:
Backlinks:
There are no notes linking to this note.