-
Notifications
You must be signed in to change notification settings - Fork 0
/
Xresources
56 lines (49 loc) · 1.16 KB
/
Xresources
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
!
! X11 settings
!
!
! URxvt
!
!Font
URxvt*font: xft:terminus:normal:pixelsize=18
URxvt*foreground: white
! Appearance
URxvt*depth: 32
URxvt*background: rgba:0000/0000/0000/aaaa
URxvt*scrollBar: off
! Colors
!Black
URxvt.color0 : #2E2E34343636
URxvt.color8 : #555557575353
! Red
URxvt.color1 : #CCCC00000000
URxvt.color9 : #EFEF29292929
! Green
URxvt.color2 : #4E4E9A9A0606
URxvt.color10 : #8A8AE2E23434
! Yellow
URxvt.color3 : #C4C4A0A00000
URxvt.color11 : #FCFCE9E94F4F
! Blue
URxvt.color4 : #34346565A4A4
URxvt.color12 : #72729F9FCFCF
! Magenta
URxvt.color5 : #757550507B7B
URxvt.color13 : #ADAD7F7FA8A8
! Cyan
URxvt.color6 : #060698209A9A
URxvt.color14 : #3434E2E2E2E2
! White
URxvt.color7 : #D3D3D7D7CFCF
URxvt.color15 : #EEEEEEEEECEC
! URLs
URxvt*perl-ext-common: default,matcher
URxvt*urlLauncher: uzbl
URxvt*underlineURLs: true
URxvt.matcher.button: 1
! Copy & paste
URxvt.copyCommand: xclip -i -selection clipboard
URxvt.pasteCommand: xclip -o -selection clipboard
URxvt.perl-ext-common: default,matcher,clipboard
URxvt.keysym.Shift-Control-C: perl:clipboard:copy
URxvt.keysym.Shift-Control-V: perl:clipboard:paste