Konsole, KDE’s terminal emulator, supports changing the padding space in its terminal window.
This property can be changed from the graphical interface of Konsole since v19.04. It is called Margins and it can be found in:
Settings > Edit Current Profile > Appearance (left toolbox) > Miscellaneous (tab) > Margins
Alternatively, the padding of the terminal window can also be set in your profile configuration file. Which also works in older versions of Konsole without the toggle in the GUI. Change the default padding by setting the TerminalMargin
parameter to the desired value of pixels in the General section of your profile file in ~/.local/share/konsole/
1
2
3
4
5
6
[General]
Name=lexming
Parent=FALLBACK/
TerminalColumns=120
TerminalMargin=12
TerminalRows=48