-
Notifications
You must be signed in to change notification settings - Fork 1
/
.Xresources
executable file
·127 lines (100 loc) · 3.38 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
! ------------------------------------------------------------------------------
! Colour Configuration
! ------------------------------------------------------------------------------
! special
urxvt.foreground: #d8dee8
urxvt.background: #2f343f
! urxvt.background: #1d1f26
urxvt.cursorColor: #b48ead
! black
urxvt.color0 : #4b5262
urxvt.color8 : #434a5a
! red
urxvt.color1 : #bf616a
urxvt.color9 : #b3555e
! green
urxvt.color2 : #a3be8c
urxvt.color10 : #93ae7c
! yellow
urxvt.color3 : #ebcb8b
urxvt.color11 : #dbbb7b
! blue
urxvt.color4 : #81a1c1
urxvt.color12 : #7191b1
! magenta
urxvt.color5 : #b48ead
*.color13 : #a6809f
! cyan
urxvt.color6 : #89d0bA
urxvt.color14 : #7dbba8
! white
urxvt.color7 : #e5e9f0
urxvt.color15 : #d1d5dc
! ------------------------------------------------------------------------------
! Font configuration
! ------------------------------------------------------------------------------
urxvt*font: xft:Roboto Regular:size=12, xft:FuraCode Nerd Font Mono:size=15
polybar*font: xft:mono:size=12, xft:FuraCode Nerd Font Mono:size=15
URxvt*italicFont: xft:M+ 1mn:italic:size=8
URxvt*boldItalicFont: xft:M+ 1mn:bold italic:size=8
*.font: Liberation Mono:pixelsize=15:antialias=true:autohint=true;
! ------------------------------------------------------------------------------
! Xft Font Configuration
! ------------------------------------------------------------------------------
Xft.autohint: 0
Xft.lcdfilter: lcddefault
Xft.hintstyle: hintslight
Xft.hinting: 1
Xft.antialias: 1
Xft.rgba: rgb
! ------------------------------------------------------------------------------
! URxvt configs
! ------------------------------------------------------------------------------
! font spacing
! general settings
URxvt*saveline: 15000
URxvt*termName: rxvt-256color
URxvt*iso14755: false
URxvt*urgentOnBell: true
! appearance
URxvt*depth: 24
URxvt*scrollBar: false
URxvt*scrollBar_right: false
URxvt*internalBorder: 24
URxvt*externalBorder: 0
URxvt.geometry: 84x22
! perl extensions
URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select
! macros for clipboard and selection
URxvt.copyCommand: xclip -i -selection clipboard
URxvt.pasteCommand: xclip -o -selection clipboard
URxvt.keysym.M-c: perl:clipboard:copy
URxvt.keysym.M-v: perl:clipboard:paste
URxvt.keysym.M-C-v: perl:clipboard:paste_escaped
URxvt.keysym.M-Escape: perl:keyboard-select:activate
URxvt.keysym.M-s: perl:keyboard-select:search
URxvt.keysym.M-u: perl:url-select:select_next
URxvt.urlLauncher: firefox
URxvt.underlineURLs: true
URxvt.urlButton: 1
! scroll one line
URxvt.keysym.Shift-Up: command:\033]720;1\007
URxvt.keysym.Shift-Down: command:\033]721;1\007
! control arrow
URxvt.keysym.Control-Up: \033[1;5A
URxvt.keysym.Control-Down: \033[1;5B
URxvt.keysym.Control-Right: \033[1;5C
URxvt.keysym.Control-Left: \033[1;5D
! ------------------------------------------------------------------------------
! Rofi configs
! ------------------------------------------------------------------------------
! Rofi in red colors
! ------------------------------------------------------------------------------
! Dmenu configs
! ------------------------------------------------------------------------------
dmenu.selforeground: #d8dee9
dmenu.background: #2e3440
dmenu.selbackground: #bf616a
dmenu.foreground: #d8dee9
Xcursor.theme: xcursor-arch-cursor-complete
Xft.dpi: 100