(Modified 2014 Sep 17)
XFCE Terminal Emulator
Placing the tabs at the bottom of the terminal
One of the things I like about KDE is that the tabs are at the bottom of the terminal. I typically keep my terminal consoles at the bottom of the screen, since new text appears there. Similarly, it was nice to have the tabs at the bottom of the screen, since background tabs would change color when something changed there.
I only recently learned how to configure the terminal to place the tabs at the bottom, thanks to a thread in the XFCE forum at Nabble.
Briefly:
cd ~/.config/xfce4/terminal
Change:
MiscTabPosition=GTK_POS_BOTTOM
to
MiscTabPosition=GTK_POS_TOP
That's it!
This page is Lynx-enhanced