You are not logged in.
Hello, I have been trying to find the documentation to add gaps between the output and border, right now my terminal looks like this 
what I wanted is this 
, 
any help is much appreciated!
Offline
Hello and welcome.
Assuming a newer gtk3-based version of xfce4-terminal, have a read through this thread for info on adding padding to the vte element of the window.
Mark solved threads as [SOLVED] to make it easier for others to find solutions.
--- How To Ask For Help | FAQ | Developer Wiki  |  Community | Contribute ---
Offline
I'm using xfce4-terminal 0.8.8 (Xfce 4.14), I created a file gtk.css in ~/.config/gtk-3.0/ and included
 VteTerminal, vte-terminal {
        padding: 15px;
} but it doesn't seems to effect.
Offline
Make sure you kill all running instances of xfce4-terminal (pkill xfce4-terminal) or log out and back in again.
Mark solved threads as [SOLVED] to make it easier for others to find solutions.
--- How To Ask For Help | FAQ | Developer Wiki  |  Community | Contribute ---
Offline
Hearty Thanks!, It's working 
Offline
[ Generated in 0.007 seconds, 7 queries executed - Memory usage: 533.64 KiB (Peak: 534.92 KiB) ]