updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / bundle-desktop-jianingy / Xdefault.local
blob009e9f4ae70994e1cc3598fa07a95385a4d348c8
1 ! Jianing Yang Xdefault 
3 ! Xft Font Settings
4 Xft.dpi:               96
5 Xft.rgba:              rgb
6 Xft.hinting:           true
7 ! If BCI enabled, there is no need to use autohint
8 Xft.autohint:          false
9 Xft.hintstyle:         hintmedium
10 Xft.antialias:         true
11 Xft.rh_prefer_bitmaps: true
12 Xft.lcdfilter:         lcddefault
14 ! URxvt Settings
16 ! 24 for pesudo transparent, 32 for real transparent
17 URxvt.depth:                             32
18 URxvt.saveLines:                         512
19 URxvt.geometry:                          80x24
20 URxvt.termName:                          xterm-256color
21 URxvt.loginShell:                        true
24 ! Transparent
25 URxvt.transparent:      True
26 ! Uncomment the following comments if you wanna use 24bits pesudo transparent
27 !URxvt.inheritPixmap:    True
28 !URxvt.shading:          5
29 !URxvt.tintColor:        black
30 !URxvt.fading:           50
32 ! Scrollbar
33 URxvt.scrollBar:          False
34 URxvt.scrollBar_right:    yes
35 URxvt.scrollBar_floating: False
36 URxvt.scrollstyle:        Next
38 ! VisualBell
39 URxvt.visualBell:        false 
41 ! Commands
42 !! ---- ctrl+F12 --> clean screen and scroll-bar
43 URxvt.keysym.Control-F12: command:\033c
45 ! Remote Clipboard
46 !URxvt.remote-selection.store: ssh remote 'cat >/tmp/clip'
47 !URxvt.remote-selection.fetch: ssh remote 'cat /tmp/clip'
48 URxvt.mapAlert:           true
49 URxvt.print-pipe:         cat > $(echo urxvt.dump.`date +'%Y%M%d%H%m%S'`)
51 ! Font
52 URxvt.font:xft:Monaco:size=11:bold,xft:STHeiTi:pixelsize=17
53 URxvt.boldfont:xft:Monaco:size=11:bold,xft:STHeiTi:pixelsize=17
55 ! Input Method
56 URxvt.preeditType: Root
57 URxvt.inputMethod: ibus
59 ! Padding
60 URxvt.internalBorder:5
61 URxvt.externalBorder:0
63 ! Extensions
64 URxvt.perl-lib:           /usr/lib/urxvt/perl
65 URxvt.perl-ext-common:    default,matcher
66 URxvt.matcher.launcher:   x-www-browser
67 URxvt.matcher.button:     1
68 URxvt.matcher.pattern.1:  \\bwww\\.[\\w-]+\\.[\\w./?&@#-=]*[\\w/-]
70 ! Colors
71 URxvt.cursorColor:              green
72 ! 32-bit true transparent, If you want black background, 
73 ! change this to #000000
74 URxvt.background:       rgba:0000/0000/0000/eeee
75 URxvt.foreground:               #cccccc
76 URxvt.color0:                   #000000
77 URxvt.color1:                   #aa0000
78 URxvt.color2:                   #00aa00
79 URxvt.color3:                   #aaaa00
80 URxvt.color4:                   #0000aa
81 URxvt.color5:                   #aa00aa
82 URxvt.color6:                   #00aaaa
83 URxvt.color7:                   #aaaaaa
84 URxvt.color8:                   #555555
85 URxvt.color9:                   #ff5555
86 URxvt.color10:                  #55ff55
87 URxvt.color11:                  #ffff55
88 URxvt.color12:                  #5555ff
89 URxvt.color13:                  #ff55ff
90 URxvt.color14:                  #55ffff
91 URxvt.color15:                  #ffffff
93 ! vim: ts=4 sw=4 et ai