Skip to content

Instantly share code, notes, and snippets.

@nicklasos
Created September 24, 2013 07:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nicklasos/6681396 to your computer and use it in GitHub Desktop.
Save nicklasos/6681396 to your computer and use it in GitHub Desktop.
Vim Gtk fix
style "no-resize-handle"
{
GtkWindow::resize-grip-height = 0
GtkWindow::resize-grip-width = 0
}
class "GtkWidget" style "no-resize-handle"
style "vimfix" {
bg[NORMAL] = "#242424" # this matches my gvim theme 'Normal' bg color.
}
widget "vim-main-window.*GtkForm" style "vimfix"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment