Add GTK config

Removes padding from GNOME apps on tiling window managers.
This commit is contained in:
Ian Adam Naval 2015-04-24 13:16:59 -04:00
parent f32f0c1ded
commit d7c17a1194
2 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,10 @@
.window-frame, .window-frame:backdrop {
box-shadow: 0 0 0 black;
border-style: none;
margin: 0;
border-radius: 0;
}
.titlebar {
border-radius: 0;
}

View File

@ -0,0 +1,16 @@
[Settings]
gtk-theme-name=iris
gtk-icon-theme-name=Numix-Circle
gtk-font-name=Cantarell 11
gtk-cursor-theme-name=Adwaita
gtk-cursor-theme-size=0
gtk-toolbar-style=GTK_TOOLBAR_BOTH
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-button-images=0
gtk-menu-images=0
gtk-enable-event-sounds=1
gtk-enable-input-feedback-sounds=1
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle=hintslight
gtk-xft-rgba=rgb