From ea81b5e1865b16630daba43bc5705b2e72fd2c94 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Thu, 14 Jul 2016 16:01:31 +0300 Subject: [PATCH] Add .config/gtk-2.0 and .config/gtk-3.0 settings --- .config/gtk-2.0/gtkfilechooser.ini | 8 ++++++++ .config/gtk-3.0/settings.ini | 28 ++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 .config/gtk-2.0/gtkfilechooser.ini create mode 100644 .config/gtk-3.0/settings.ini diff --git a/.config/gtk-2.0/gtkfilechooser.ini b/.config/gtk-2.0/gtkfilechooser.ini new file mode 100644 index 0000000..c4e9359 --- /dev/null +++ b/.config/gtk-2.0/gtkfilechooser.ini @@ -0,0 +1,8 @@ +[Filechooser Settings] +LocationMode=path-bar # filename-entry +ShowHidden=true +ExpandFolders=true +ShowSizeColumn=true +SortColumn=name +SortOrder=ascending +StartupMode=recent diff --git a/.config/gtk-3.0/settings.ini b/.config/gtk-3.0/settings.ini new file mode 100644 index 0000000..6279b5b --- /dev/null +++ b/.config/gtk-3.0/settings.ini @@ -0,0 +1,28 @@ + +[Settings] +gtk-theme-name = Adwaita +gtk-fallback-icon-theme = gnome +# next option is applicable only if selected theme supports it +gtk-application-prefer-dark-theme = false +gtk-cursor-theme-name=Adwaita +gtk-cursor-theme-size=0 +# set font name and dimension +gtk-font-name = Sans 16 + +gtk-button-images=1 +gtk-menu-images=1 +gtk-enable-event-sounds=0 +gtk-enable-input-feedback-sounds=0 + +#gtk-file-chooser-backend = GtkFileChooser + +gtk-recent-files-max-age=1 +gtk-recent-files-limit=5 + +gtk-toolbar-style=GTK_TOOLBAR_ICONS +gtk-toolbar-icon-size=GTK_ICON_SIZE_BUTTON + +gtk-xft-antialias=1 +gtk-xft-hinting=1 +gtk-xft-hintstyle=hintfull +gtk-xft-rgba=rgb -- 2.39.2