-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Xresources
148 lines (123 loc) · 3.77 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
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
!! ansi colors
!! black dark/light
#define S_black #382e2e
#define S_brblack #4A3637
*color0: S_black
*color8: S_brblack
!! red dark/light
#define S_red #dd773c
#define S_brred #d6895c
*color1: S_red
*color9: S_brred
!! green dark/light
#define S_green #90a824
#define S_brgreen #7b8748
*color2: S_green
*color10: S_brgreen
!! yellow dark/light
#define S_yellow #d78f42
#define S_bryellow #af865a
*color3: S_yellow
*color11: S_bryellow
!! blue dark/light
#define S_blue #3d8f8f
#define S_brblue #4a6464
*color4: S_blue
*color12: S_brblue
!! magenta dark/light
#define S_magenta #bd4d28
#define S_brmagenta #775759
*color5: S_magenta
*color13: S_brmagenta
!! cyan dark/light
#define S_cyan #859550
#define S_brcyan #6D715E
*color6: S_cyan
*color14: S_brcyan
!! white dark/light
#define S_white #c0b18c
#define S_brwhite #dfcd9f
*color7: S_white
*color15: S_brwhite
!! special
#define S_background #1b1818
#define S_foreground #e4decd
*background: S_background
*foreground: S_foreground
#define S_real_black #000000
real_black: S_real_black
#define S_brbackground #514848
brbackground: S_brbackground
#define S_drbackground #1a1a1a
drbackground: S_drbackground
*pointerColorBackground:S_brgreen
*pointerColorForeground:S_brcyan
*depth: 32
*fading: 40
*utf8: 1
*saveLines: 999999
!-- Xft settings -- !
! Xft.dpi: 144
Xft.dpi: 220
Xft.rgba: rgb
Xft.autohint: 0
Xft.lcdfilter: lcddefault
Xft.hintstyle: hintfull
Xft.hinting: 1
Xft.antialias: 1
*faceSize: 10
*bellIsUrgent: true
! -- URxvt appearance -- !
URxvt*termName: rxvt
URxvt*background: S_drbackground
URxvt*cursorBlink: true
!! enable transparency
!! URxvt*background: rgba:0000/0000/0000/cccc
!! URxvt.transparent: true
!! URxvt.tintColor: S_terminal
!! URxvt.shading: 90
Urxvt.cursorColor: S_foreground
Urxvt.fadeColor: S_real_black
!! fonts
URxvt.font: xft:Ubuntu Mono:size=8
URxvt.boldFont: xft:Ubuntu Mono:bold:size=8
!! 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
!! clickable urls
URxvt.perl-ext-common: default,matcher,selection-to-clipboard,clipboard
URxvt.url-launcher: /usr/bin/xdg-open
URxvt.matcher.button: 1
URxvt.url-select.button: 2
URxvt.url-select.underline: true
!! copy/paste
URxvt.clipboard.autocopy: false
URxvt.clipboard.copycmd: xsel -ib
URxvt.clipboard.pastecmd: xsel -ob
!! disable default bindings for Control-Shift
URxvt.iso14755: false
URxvt.iso14755_52: false
!! Control-Shift-C for copy, Control-Shift-V for paste, Control-V for paste
URxvt.keysym.C-C: perl:clipboard:copy
URxvt.keysym.C-V: perl:clipboard:paste
URxvt.keysym.Control-v: perl:clipboard:paste
!! 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
!! make bold colors work in terminal
URxvt*dynamicColors: on
URxvt.intensityStyles: false
#include ".Xresources.d/i3"
#include ".Xresources.d/polybar"