From 82c4498f64b30febf759070e8de97dcb44abd349 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Thu, 18 Jun 2015 15:44:45 -0400 Subject: [PATCH] Import a default configuration file for Gtk+ 2.0 --- doc/gtkrc-2.0 | 6 ++++++ doc/project.conf | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 doc/gtkrc-2.0 diff --git a/doc/gtkrc-2.0 b/doc/gtkrc-2.0 new file mode 100644 index 0000000..949d83a --- /dev/null +++ b/doc/gtkrc-2.0 @@ -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 diff --git a/doc/project.conf b/doc/project.conf index 7c45a38..7364222 100644 --- a/doc/project.conf +++ b/doc/project.conf @@ -1,2 +1,2 @@ subdirs=xsessions -dist=Makefile +dist=Makefile,gtkrc-2.0