-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Xresources
94 lines (74 loc) · 2.2 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
! special
*.foreground: #dee3e0
*.background: #343c48
*.cursorColor: #ce93d8
polybarBackground: #343c48
! black
*.color0: #525d70
*.color8: #59657a
! red
*.color1: #ba5e50
*.color9: #c46455
! green
*.color2: #7cb342
*.color10: #8bc34a
! yellow
*.color3: #ffb74d
*.color11: #ffc55a
! blue
*.color4: #528580
*.color12: #5a918c
! magenta
*.color5: #b39ddb
*.color13: #bca5e6
! cyan
*.color6: #90caf9
*.color14: #93d1ff
! white
*.color7: #bdbdbd
*.color15: #e0e0e0
! ------------------------------------------------------------------------------
! Fonts
! ------------------------------------------------------------------------------
URxvt.font: xft:bitstream vera sans mono:size=9:antialias=true
URxvt.boldFont: xft:bitstream vera sans mono:bold:size=9:antialias=true
! ------------------------------------------------------------------------------
! URxvt configs
! ------------------------------------------------------------------------------
! font spacing
URxvt*letterSpace: 0
URxvt.lineSpace: 1
! 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
URxvt.depth : 32
URxvt.fading : 10
URxvt*background : [85]#1c1c1c
! macros for clipboard and selection
URxvt.copyCommand: xclip -i -selection clipboard
URxvt.pasteCommand: xclip -o -selection clipboard
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
URxvt.perl-ext-common: default,matcher
URxvt.url-launcher: firefox
URxvt.matcher.button: 3
URxvt.keysym.Shift-Control-V: eval:paste_clipboard
URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard