-
Notifications
You must be signed in to change notification settings - Fork 168
/
.Xresources
executable file
·79 lines (67 loc) · 1.8 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
!! Colorscheme
! special
URxvt.backgroundPixmap: /home/addy/.pixmap.png;style=tiled
*.foreground: #947e7b
*.background: #f9faf4
*.cursorColor: #de8043
! black
*.color0: #dbd9da
*.color8: #cdb7aa
! red
*.color1: #e46c6d
*.color9: #d65455
! green
*.color2: #aecdad
*.color10: #8cb88b
! yellow
*.color3: #d8af60
*.color11: #c49b4a
! blue
*.color4: #819fc1
*.color12: #6688ad
! magenta
*.color5: #b899a8
*.color13: #a38895
! cyan
*.color6: #68c7c1
*.color14: #4eb3ac
! white
*.color7: #526b6e
*.color15: #3b4d4f
!! URxvt Appearance
URxvt.font: xft:SpaceMono:style=Regular:size=9
URxvt.boldFont: xft:SpaceMono:style=Bold:size=9
URxvt.italicFont: xft:SpaceMono:style=Italic:size=9
URxvt.boldItalicfont: xft:SpaceMono:style=Bold Italic:size=9
URxvt.letterSpace: -1
URxvt.lineSpace: 0
URxvt.geometry: 92x24
URxvt.internalBorder: 24
URxvt.cursorBlink: true
URxvt.cursorUnderline: false
URxvt.saveline: 2048
URxvt.scrollBar: false
URxvt.scrollBar_right: false
URxvt.urgentOnBell: true
URxvt.depth: 24
URxvt.iso14755: false
!! Common Keybinds for Navigations
URxvt.keysym.Shift-Up: command:\033]720;1\007
URxvt.keysym.Shift-Down: command:\033]721;1\007
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
!! Copy Paste & Other Extensions
URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select
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