PDA

View Full Version : [all variants] Strange arrow/tab in gnome-terminal



Pixel
May 30th, 2011, 06:09 AM
I have this strange little tab/triangle thing in the corner of all my gnome-terminals, I assume it's there for resizing purposes, but it looks really bad and was wondering if there's a way to remove them, I've attached a screenshot incase that helps.

Thanks.

stinkeye
May 30th, 2011, 09:20 AM
Screenshot???

If it's the resize handles, add this to your ~/.gtkrc-2.0 file.
Create the the file if you don't have one.

style "default-style"
{
GtkWindow::resize-grip-height = 0
GtkWindow::resize-grip-width = 0
}

class "GtkWidget" style "default-style"

Zookalicious
December 13th, 2011, 07:29 PM
Works great stinkeye, thanks.