Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

gnome-terminal: how to eliminate the scrollbar programatically?

I'm spawning some processes running in their own gnome-terminal and don't want to show the scrollbar. Is there something like xterm +sb to turn the scrollbar off for that particular window?

like image 275
Mark Harrison Avatar asked Jun 22 '09 09:06

Mark Harrison


1 Answers

Start gnome-terminal, select Edit->Profiles in the menu. Create a new profile and call it 'NoScrollbar'. In the profile preferences, go to the Scrolling tab, then set the scrollbar to 'Disabled'. To start a new terminal with the new profile, run the following command:

$ gnome-terminal --window-with-profile=NoScrollbar
like image 50
Lars Haugseth Avatar answered Oct 26 '22 08:10

Lars Haugseth