-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path.Xresources
63 lines (56 loc) · 2.07 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
!! ~/.Xresources
!!
!! rxvt-unicode (urxvt)
!!
URxvt.geometry: 96x32
URxvt.scrollBar: false
URxvt.scrollBar_right: true
URxvt.scrollBar_floating: true
URxvt.scrollstyle: plane
URxvt.cursorBlink: false
URxvt.cursorUnderline: false
URxvt.pointerBlank: true
URxvt.visualBell: false
URxvt.saveLines: 3000
URxvt.fading: 40
!! Font list and Spacing
URxvt.font: xft:Hack Nerd Font Mono:pixelsize=16, xft:IPAGothic
URxvt.letterSpace: -1
!URxvt.lineSpace: 0
!! Color Scheme and Opacity - gruvbox-dark https://github.com/morhetz/gruvbox
URxvt.depth: 32
URxvt.color0: [95]#282828
URxvt.color1: [95]#cc241d
URxvt.color2: [95]#98971a
URxvt.color3: [95]#d79921
URxvt.color4: [95]#458588
URxvt.color5: [95]#b16286
URxvt.color6: [95]#689d6a
URxvt.color7: [95]#a89984
URxvt.color8: [95]#928374
URxvt.color9: [95]#fb4934
URxvt.color10: [95]#b8bb26
URxvt.color11: [95]#fabd2f
URxvt.color12: [95]#83a598
URxvt.color13: [95]#d3869b
URxvt.color14: [95]#8ec07c
URxvt.color15: [95]#ebdbb2
URxvt.foreground: [95]#ebdbb2
URxvt.background: [95]#282828
URxvt.colorIT: [95]#8ec07c
URxvt.colorBD: [95]#d5c4a1
URxvt.colorUL: [95]#83a598
URxvt.scrollColor: [95]#504945
!URxvt.troughColor: [90]#3C3836
urxvt.perl-ext-common: default,resize-font,clipboard,xim-onthespot
urxvt.inputMethod: fcitx
URxvt.preeditType: OnTheSpot
URxvt.resize-font.step: 1
URxvt.keysym.C-Down: resize-font:smaller
URxvt.keysym.C-Up: resize-font:bigger
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