-
Notifications
You must be signed in to change notification settings - Fork 1
/
Xdefaults
72 lines (65 loc) · 1.82 KB
/
Xdefaults
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
URxvt.termName: rxvt-256color
URxvt.foreground: White
URxvt.background: Gray10
URxvt.geometry: 130x45
URxvt.scrollBar: false
URxvt.saveLines: 1000
! Menlo
!URxvt.font:\
! xft:Menlo:style=Regular:size=11:antialias=true,\
! xft:Osaka:style=Regular-Mono
!URxvt.boldFont:\
! xft:Menlo:style=Bold,\
! xft:Osaka:style=Regular-Mono
!URxvt.italicFont:\
! xft:Menlo:style=Italic,\
! xft:Osaka:style=Regular-Mono
!URxvt.boldItalicFont:\
! xft:Menlo:style=Bold Italic,\
! xft:Osaka:style=Regular-Mono
! Inconsolata
URxvt.font:\
xft:Inconsolata:style=Medium:size=13:antialias=true,\
xft:Osaka:style=Regular-Mono
URxvt.boldFont:\
xft:Inconsolata,\
xft:Osaka:style=Regular-Mono
URxvt.italicFont:\
xft:Inconsolata,\
xft:Osaka:style=Regular-Mono
URxvt.boldItalicFont:\
xft:Inconsolata,\
xft:Osaka:style=Regular-Mono
! Bitstream Vera Sans Mono
!URxvt.font:\
! xft:Bitstream Vera Sans Mono:style=Roman:size=11:antialias=true,\
! xft:Osaka:style=Regular-Mono
!URxvt.boldFont:\
! xft:Bitstream Vera Sans Mono:style=Bold,\
! xft:Osaka:style=Regular-Mono
!URxvt.italicFont:\
! xft:Bitstream Vera Sans Mono:style=Oblique,\
! xft:Osaka:style=Regular-Mono
!URxvt.boldItalicFont:\
! xft:Bitstream Vera Sans Mono:style=Bold Oblique,\
! xft:Osaka:style=Regular-Mono
URxvt.perl-ext-common: default,macosx-clipboard-pbcopy
URxvt.keysym.M-c: perl:macosx-clipboard:copy
URxvt.keysym.M-v: perl:macosx-clipboard:paste
# C-, -> F9
URxvt.keysym.C-0x2e: \033[20~
# C-, -> F10
URxvt.keysym.C-0x2c: \033[21~
URxvt.color4: #a9cdeb
URxvt.color12: #ccfbff
XTerm*termName: xterm-256color
XTerm*utf8: 1
XTerm*metaSendsEscape: true
XTerm*foreground: White
XTerm*background: Gray10
XTerm*geometry: 120x38
XTerm*saveLines: 1000
XTerm*faceName: Menlo
XTerm*faceNameDoublesize: Osaka
XTerm*faceSize: 11
XTerm*cjkWidth: true