-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Xresources
82 lines (65 loc) · 1.67 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
! Macchiato theme from:
! https://github.com/catppuccin/urxvt
! special
URxvt.background: #24273A
URxvt.foreground: #CAD3F5
URxvt.cursorColor: #F4DBD6
! black
URxvt.color0: #494D64
URxvt.color8: #5B6078
! red
URxvt.color1: #ED8796
URxvt.color9: #ED8796
! green
URxvt.color2: #A6DA95
URxvt.color10: #A6DA95
! yellow
URxvt.color3: #EED49F
URxvt.color11: #EED49F
! blue
URxvt.color4: #8AADF4
URxvt.color12: #8AADF4
! magenta
URxvt.color5: #F5BDE6
URxvt.color13: #F5BDE6
! cyan
URxvt.color6: #8BD5CA
URxvt.color14: #8BD5CA
! white
URxvt.color7: #B8C0E0
URxvt.color15: #A5ADCB
!! URxvt Appearance
URxvt.letterSpace: 0
URxvt.lineSpace: 0
URxvt.geometry: 92x24
URxvt.internalBorder: 24
URxvt.scrollBar: false
URxvt.scrollBar_right: false
URxvt.urgentOnBell: true
URxvt.depth: 24
! URxvt scrolling options and cursor style
URxvt*saveLines: 12000
URxvt*scrollstyle:plain
URxvt*cursorBlink: true
URxvt*cursorUnderline: true
! Kill that yellow box ffs
URxvt.iso14755: false
URxvt.iso14755_52: false
! URxvt fonts
URxvt*font: xft:monospace:style=Regular:pixelsize=10
URxvt*boldFont: xft:monospace:style=Bold:pixelsize=10
URxvt.italicFont: xft:monospace:style=Italic:pixelsize=10
URXvt.boldItalicFont: xft:monospace:style=Bold Italic:size=10
! Some extra keybinds
URxvt.keysym.Shift-Up: command:\033]720;1\007
URxvt.keysym.Shift-Down: command:\033]721;1\007
! URxvt extensions
URxvt.perl-ext-common: default,matcher,url-select,clipboard
! Enabling clickable links
URxvt.url-launcher: firefox
URxvt.underlineURLs: true
URxvt.matcher.button: 1
! Copy and paste
URxvt.keysym.Shift-Control-V: eval:paste_clipboard
URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard
URxvt.clipboard.autocopy: true