-
Notifications
You must be signed in to change notification settings - Fork 0
/
Xdefaults
77 lines (65 loc) · 1.66 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
73
74
75
76
77
xterm*termName: xterm-256color
!xterm*faceName: Terminus:style=Regular:size=10
!xterm*font: -*-dina-medium-r-*-*-16-*-*-*-*-*-*-*
!
! jwr low contrast
!black
*color0: #222222
*color8: #454545
!red
*color1: #9E5641
*color9: #CC896D
!green
*color2: #6C7E55
*color10: #C4DF90
!yellow
*color3: #CAAF2B
*color11: #FFE080
!blue
*color4: #7FB8D8
*color12: #B8DDEA
!magenta
*color5: #956D9D
*color13: #C18FCB
!cyan
*color6: #4c8ea1
*color14: #6bc1d0
!white
*color7: #808080
*color15: #cdcdcd
*borderColor: #343434
*background: #343434
*foreground: #cdcdcd
*faceSize: 10
*bellIsUrgent: true
!! scroll
!! do not scroll with output
URxvt*scrollTtyOutput: false
!! scroll in relation to buffer (with mouse scroll or Shift+Page Up)
URxvt*scrollWithBuffer: true
!! scroll back to the bottom on keypress
URxvt*scrollTtyKeypress: true
!! scrollback buffer
URxvt.secondaryScreen: 1
URxvt.secondaryScroll: 0
URxvt.secondaryWheel: 1
!! scrollbar
*scrollBar: false
URxvt*termName: rxvt
URxvt.transparent: true
URxvt.shading:20
! Included this so you know how to make your foreground not match the color of your background
URxvt.foreground: #eeeeee
!! copy paste
URxvt*clipboard.copycmd: xclip -i -selection clipboard
URxvt*clipboard.pastecmd: xclip -o -selection clipboard
!! clickable urls
URxvt.perl-ext-common: default,matcher,selection-to-clipboard
URxvt.url-launcher: firefox
URxvt.matcher.button: 1
URxvt.url-select.underline: true
!! get option over to work
URxvt.keysym.M-Left: \033[1;5D
URxvt.keysym.M-Right: \033[1;5C
URxvt.keysym.Control-Left: \033[1;5D
URxvt.keysym.Control-Right: \033[1;5C