-
Notifications
You must be signed in to change notification settings - Fork 1
/
.Xdefaults
95 lines (76 loc) · 2.16 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
! ln -s .Xdefaults .Xresources
Sxiv.background: #000000
Sxiv.foreground: #ffffff
!urxvt configuration
!URxvt.termName: rxvt-unicode-256color
URxvt.transparent: true
URxvt.shading: 30
URxvt.inheritPixmap: False
!URxvt.imLocale: en_us.UTF-8
URxvt.scrollBar: false
URxvt.saveLines: 5000
URxvt.url-launcher: brave
URxvt.cursorBlink: true
URxvt.geometry: 80x20
URxvt.fading: 15%
urxvt.font: xft:Noto Sans Mono:pixelsize=14,xft:Noto Color Emoji:pixelsize=14
urxvt.boldFont: xft:Noto Sans Mono:bold:pixelsize=14,xft:Noto Color Emoji:pixelsize=14
urxvt.depth: 32
urxvt.background: rgba:0000/0000/0000/8888
URxvt.foreground: white
URxvt.tintColor: #262626
URxvt.blurRadius: 5
URxvt.letterSpace: -1
URxvt.perl-ext-common: default,matcher,selection-to-clipboard,resize-font
! make it ctrl+shit+c / v to copy / paste
URxvt.keysym.Shift-Control-V: builtin-string:
URxvt.keysym.Shift-Control-C: builtin-string:
URxvt.keysym.Shift-Control-V: eval:paste_clipboard
URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard
URxvt.keysym.Control-Meta-c: builtin-string:
URxvt.keysym.Control-Meta-v: builtin-string:
! this interferes with ctrl+shift
URxvt.iso14755: false
URxvt.iso14755_52: false
! set up url launcher
URxvt.matcher.button: 2
URxvt.keysym.M-Delete: perl:matcher:list
URxvt.matcher.rend.0: Uline Bold fg6
URxvt.matcher.background: #ffffff
! Resize-font
URxvt.resize-font.smaller: C-j
URxvt.resize-font.bigger: C-k
! special
!*.foreground: #e6dedb
!*.background: #020202
!*.cursorColor: #e6dedb
! black
!*.color0: #ffffff
!*.color8: #ffffff
! red
!*.color1: #00a904
!*.color9: #60a4ff
! green
!*.color2: #00a904
!*.color10: #60a4ff
! yellow
*.color3: #ffb000
!*.color11: #db8fb2
! blue
*.color4: #1497FF
*.color12: #ffb000
! magenta
!*.color5: #908077
!*.color13: #d39a6d
! cyan
!*.color6: #c1ab9f
!*.color14: #ffffff
! white
!*.color7: #6f6f6f
!*.color15: #e4e4e4
! 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