Import a default configuration file for Gtk+ 2.0

This commit is contained in:
Pierre Pronchery 2015-06-18 15:44:45 -04:00
parent 281cae74f5
commit 82c4498f64
2 changed files with 7 additions and 1 deletions

6
doc/gtkrc-2.0 Normal file
View File

@ -0,0 +1,6 @@
gtk-fallback-icon-theme = "gnome"
gtk-font-name = "Sans 9"
gtk-icon-theme-name = "DeforaOS"
gtk-key-theme-name = "Emacs"
gtk-toolbar-icon-size = GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-toolbar-style = GTK_TOOLBAR_ICONS

View File

@ -1,2 +1,2 @@
subdirs=xsessions
dist=Makefile
dist=Makefile,gtkrc-2.0