# -- THEME AUTO-WRITTEN DO NOT EDIT
include "/usr/share/themes/Adwaita/gtk-2.0/gtkrc"
style "user-font" {
font_name = "Droid Sans 10"
}
widget_class "*" style "user-font"
gtk-font-name="Droid Sans 10"
include "/home/david/.gtkrc.mine"
style "vimfix" {
#NOT WORKING
GtkWindow::borderWidth = 0
}
widget "vim-main-window.*GtkForm" style "vimfix"
# -- THEME AUTO-WRITTEN DO NOT EDIT这是我的.gtkrc-2.0。怎样才能让gvim的窗口没有边框,或者边框宽度为0?
谢谢!
发布于 2012-04-14 23:58:46
你应该看看其他主题是做什么的。
使用the theme I use,每个窗口(包括GVim)都只有一个1px的黑色边框。
https://stackoverflow.com/questions/10154356
复制相似问题