summaryrefslogtreecommitdiffstats
path: root/Xdefaults
blob: 40c8563eac946664fb68d9a75bc9d4e582bfe66a (plain) (blame)
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
73
74
75
76
77
78
79
80
81
! rxvt-unicode {{{
URxvt*visualBell:true
URxvt*background:black
URxvt*foreground:lightgrey
URxvt*shading:50
URxvt*saveLines:4096
URxvt*cursorColor:green
URxvt*pointerColor:yellow
URxvt*pointerColor2:black
URxvt*borderWidth:1
URxvt*scrollTtyOutput:false
URxvt*scrollTtyKeypress:true
URxvt*scrollBar_right:true
URxvt*scrollBar:false
URxvt*font:6x12
URxvt*boldFont:6x12
URxvt*perl-ext-common:default,matcher,pwsafe<M-p>
URxvt*perl-lib:/home/doy/.urxvt/
URxvt*matcher.button:3
URxvt*keysym.C-Return: perl:matcher
URxvt.urlLauncher:firefox
URxvt*14755_52:false
URxvt.urgentOnBell: true
! }}}
! rxvt {{{
Rxvt*visualBell:true
Rxvt*background:black
Rxvt*foreground:lightgrey
Rxvt*shading:50
Rxvt*saveLines:4096
Rxvt*cursorColor:green
Rxvt*pointerColor:yellow
Rxvt*pointerColor2:black
Rxvt*borderWidth:1
Rxvt*scrollTtyOutput:false
Rxvt*scrollTtyKeypress:true
Rxvt*scrollBar_right:true
Rxvt*scrollBar:false
Rxvt*font:7x14
Rxvt*boldFont:7x14
! }}}
! xterm {{{
xterm*visualBell:true
xterm*loginShell:true
xterm*background:black
xterm*foreground:lightgrey
!xterm*transparent:true
xterm*shading:50
xterm*saveLines:4096
xterm*cursorColor:green
xterm*colorMode:true
xterm*pointerColor:yellow
xterm*pointerColor2:yellow
xterm*borderWidth:1
!xterm*truetintingType:true
!xterm*fading:80
xterm*scrollTtyOutput:false
xterm*scrollBar_right:true
xterm*scrollBar:false
! }}}
! aterm {{{
aterm*visualBell:true
aterm*loginShell:true
aterm*background:black
aterm*foreground:lightgrey
!aterm*transparent:true
aterm*shading:50
aterm*saveLines:4096
aterm*cursorColor:green
aterm*pointerColor:yellow
aterm*pointerColor2:yellow
aterm*borderWidth:1
!aterm*truetintingType:true
!aterm*fading:80
aterm*scrollTtyOutput:true
aterm*scrollBar_right:true
aterm*scrollBar:false
aterm*boldFont:7x14
! }}}

! vim:ft=xdefaults: