Last active
October 25, 2023 11:18
-
-
Save sketchbuch/7fd075dcb8ea02f51bd368b29594962b to your computer and use it in GitHub Desktop.
UBUNTU - Terminal Padding
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add Padding To Terminal | |
======================= | |
> gedit .config/gtk-3.0/gtk.css | |
Add the following to gtk.css and restart Terminal: | |
VteTerminal, | |
TerminalScreen, | |
vte-terminal { | |
padding: 10px; | |
-VteTerminal-inner-border: 10px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Much appreciated! Not quite sure why this is not the default.