Skip to content

Instantly share code, notes, and snippets.

@appel
Forked from sketchbuch/ubuntu-terminal-padding.txt
Last active October 25, 2023 11:20
Show Gist options
  • Save appel/12b45b7434817eb2c3f4e38bbe750564 to your computer and use it in GitHub Desktop.
Save appel/12b45b7434817eb2c3f4e38bbe750564 to your computer and use it in GitHub Desktop.
Add padding to Gnome Terminal
Add padding to Gnome Terminal
=======================
$ sudo nano .config/gtk-3.0/gtk.css
Add the following to gtk.css and restart Terminal:
VteTerminal,
TerminalScreen,
vte-terminal {
padding: 2.5rem;
-VteTerminal-inner-border: 2.5rem;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment