summaryrefslogtreecommitdiffstats
path: root/Xdefaults
blob: 3cf85c65c877c010c6148a27e16482ac78782f43 (plain)
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
!
! .Xdefaults
!

!! colors based on the tango color palette
!*foreground:     rgb:ff/ff/ff
!*background:     rgb:00/00/00
!!black
*color0:         rgb:2e/34/36
*color8:         rgb:55/57/53
!!red
*color1:         rgb:cc/00/00
*color9:         rgb:ef/29/29
!!green
*color2:         rgb:43/9a/06
*color10:        rgb:8a/e2/34
!!brown/yellow
*color3:         rgb:c4/a0/00
*color11:        rgb:fc/e9/4f
!!blue
*color4:         rgb:34/65/a4
*color12:        rgb:72/9f/cf
!!magenta
*color5:         rgb:75/50/7b
*color13:        rgb:ad/7f/a8
!!cyan
*color6:         rgb:06/98/9a
*color14:        rgb:34/e2/e2
!!white
*color7:         rgb:d3/d7/cf
*color15:        rgb:ee/ee/ec

!! urxvt settings
urxvt*foreground:     rgb:ff/ff/ff
urxvt*background:     rgb:00/00/00
!urxvt*depth:            24
urxvt*geometry:         80x36
urxvt*saveLines:        32767
urxvt*cursorBlink:      true
!!start a login shell for each urxvt instance
urxvt*loginShell:       true
!!scroll on keypress but not new output
urxvt*scrollTtyKeypress:true
urxvt*scrollTtyOutput:  false
!!scrollbar position and look
urxvt*scrollBar:        false
!urxvt*scrollBar:        true
!urxvt*scrollStyle:      plain
!urxvt*scrollBar_floating: true
!urxvt*scrollBar_right:  true
!urxvt*scrollColor:      rgb:60/60/60
urxvt*internalBorder:   0
!urxvt*externalBorder:   0
urxvt*termName:         rxvt-unicode
!urxvt*termName:         rxvt
!urxvt*font:             xft:Bitstream Vera Sans Mono:pixelsize=12
urxvt*font:             xft:DejaVu Sans Mono:pixelsize=12
urxvt*cutchars:         "()*,<>[]{}|'
urxvt*print-pipe:       cat > $(echo ~/urxvt.dump.`date +'%Y%M%d%H%m%S'`)
urxvt*mapAlert:         true
urxvt*utmpInhibit:      true
urxvt.perl-lib:         /usr/lib/urxvt/perl/
urxvt*perl-ext-common:  default,matcher
urxvt*matcher.button:   1
urxvt*matcher.pattern.1: \\bwww\\.[\\w-]+\\.[\\w./?&@#=-]*[\\w/-]
urxvt*urlLauncher:      /opt/mozilla/bin/firefox
urxvt.matcher.pattern.2: \\B(/\\S+?):(\\d+)(?=:|$)
urxvt.matcher.launcher.2: /usr/bin/gvim +$2 $1
urxvt*keysym.S-Prior:   ^[[5;2~
urxvt*keysym.S-Next:    ^[[6;2~

!! xterm settings
xterm*dynamicColors:    true
xterm*utf8:             2
xterm*eightBitInput:    true
xterm*saveLines:        32767
xterm*scrollTtyKeypress:true
xterm*scrollTtyOutput:  false
xterm*scrollBar:        false
xterm*loginShell:       true
xterm*faceName:         Bitstream Vera Sans Mono:pixelsize=12
xterm*jumpScroll:       true
xterm*multiScroll:      true
xterm*toolBar:          false

Xcursor*theme:          ghost

Xft*dpi:                124
Xft*antialias:          true

xpdf*enableFreetype: yes
xpdf*antialias: yes
xpdf*foreground: black
xpdf*background: white
xpdf*urlCommand: /opt/mozilla/bin/firefox %s
xpdf*viKeys: on