Friday, April 19, 2024
 Popular · Latest · Hot · Upcoming
5
rated 0 times [  5] [ 0]  / answers: 1 / hits: 9007  / 2 Years ago, mon, september 26, 2022, 12:13:24

My gVim has this annoying bottom border:


fat border gvim


I wish it didn't and looked more like gnome-terminal for example:


pretty gnome-terminal


Is there any way for gVim to look like that?


UPDATE: There is! Here's a screenshot after adding settings from Jeremy Cantrell's and my own answers:


epilogue


More From » gtk

 Answers
1

This is what I use to get rid of the resize handle in the corner. Just put this in ~/.gtkrc-2.0



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

class "GtkWidget" style "no-resize-handle"

[#44726] Wednesday, September 28, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
tisglitter

Total Points: 307
Total Questions: 103
Total Answers: 119

Location: Bosnia and Herzegovina
Member since Thu, Jun 24, 2021
3 Years ago
tisglitter questions
Sun, Jan 9, 22, 16:18, 2 Years ago
Wed, Jun 1, 22, 18:03, 2 Years ago
Fri, Dec 10, 21, 14:31, 2 Years ago
;