dotfiles

dot files in ~
git clone git://git.unixkoans.com/dotfiles.git
Log | Files | Refs

.gtkrc.mine (933B)


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
#
# author:   Xu Xiaodong <[email protected]>
# modified: 2017 Jan 11
#

#-- xft --#
gtk-xft-antialias = 1
gtk-xft-hinting   = 1
gtk-xft-hintstyle = hintslight
gtk-xft-rgba      = rgb

#-- gtk --#
include "/home/xiaodong/.themes/Fawn/gtk-2.0/gtkrc"

#-- icon --#
gtk-icon-theme-name = "Numix"

#-- font --#
gtk-font-name = "Source Sans Pro 8"
style "user-font" {
    font_name = "Source Sans Pro 8"
}
widget_class "*" style "user-font"

#-- toolbar --#
# GTK_TOOLBAR_ICONS      | Only icons
# GTK_TOOLBAR_TEXT       | Only text
# GTK_TOOLBAR_BOTH       | Both icons and text
# GTK_TOOLBAR_BOTH_HORIZ | Icons and text next to the icons
gtk-toolbar-style = GTK_TOOLBAR_ICONS

#-- icon size --#
gtk-toolbar-icon-size = GTK_ICON_SIZE_SMALL_TOOLBAR

#-- menu --#
gtk-menu-popup-delay = 0
gtk-menu-images      = 0

#-- other --#
gtk-button-images                = 0
gtk-enable-event-sounds          = 0
gtk-enable-input-feedback-sounds = 0