-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Xresources
69 lines (64 loc) · 2.13 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
! Copyright (c) 2016-present Arctic Ice Studio <[email protected]>
! Copyright (c) 2016-present Sven Greb <[email protected]>
! Project: Nord XResources
! Version: 0.1.0
! Repository: https://github.com/arcticicestudio/nord-xresources
! License: MIT
Xft.dpi: 96
Xft.antialias: true
Xft.hinting: true
Xft.rgba: rgb
Xft.autohint: false
Xft.hintstyle: hintslight
Xft.lcdfilter: lcddefault
*background: #2e3440
*foreground: #b9bfca
*color0: #3b4252
*color1: #bf616a
*color2: #a3be8c
*color3: #ebcb8b
*color4: #81a1c1
*color5: #b48ead
*color6: #88c0d0
*color7: #e5e9f0
*color8: #465780
*color9: #d06f79
*color10: #b1d196
*color11: #f0d399
*color12: #8cafd2
*color13: #c895bf
*color14: #93ccdc
*color15: #e7ecf4
URxvt.font: xft:cherry:style=Regular:size=11:minspace=False, xft:DejaVu Sans:pixelsize=18,xft:Apple Color Emoji
URxvt.boldFont: xft:cherry:style=Bold:size=11:minspace=False, xft:DejaVu Sans:pixelsize=18,xft:Apple Color Emoji
URxvt.italicFont: xft:cherry:style=Italic:size=11:minspace=False, xft:DejaVu Sans:pixelsize=18,xft:Apple Color Emoji
URxvt.boldItalicFont: xft:cherry:style=Bold Italic:size=11:minspace=False, xft:DejaVu Sans:pixelsize=18,xft:Apple Color Emoji
URxvt.letterSpace: 0
URxvt.lineSpace: 0
URxvt.geometry: 92x24
URxvt.internalBorder: 20
URxvt.cursorBlink: true
URxvt.cursorUnderline: true
URxvt.saveline: 2048
URxvt.scrollBar: false
URxvt.scrollBar_right: false
URxvt.urgentOnBell: true
!! 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.Shift-Control-V: eval:paste_clipboard
URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard
URxvt.iso14755: false
URxvt.iso14755_52: false
URxvt.urlLauncher: microsoft-edge-stable
URxvt.underlineURLs: true
URxvt.urlButton: 1
URxvt.fading: 0