-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Xdefaults
84 lines (78 loc) · 3.1 KB
/
.Xdefaults
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
! generic
*foreground: #cccccc
*background: #000000
! urxvt
! urxvt.font: xft:xos4 Terminus:size=12:antialias=true:hinting=true
URxvt.font: xft:FuraCode Nerd Font Mono:style=Retina,Regular
! *.font: xft:FuraCode Nerd Font Mono:style=Retina,Regular
! *.font: monospace:size=10
! URxvt.font: xft:monaco:size=10
! URxvt.font: xft:PowerlineSymbols:size=13
! ,DejaVu Sans Mono:size=11
! URxvt*font: xft:DejaVu Sans Mono:style=Book:pixelsize=12
! Urxvt.font: xft:Dejavu Sans Mono:pixelsize=35
! urxvt.font: xft:xos4 Terminus:size=12:antialias=true:hinting=true
! URxvt*font: xft:Inconsolata Nerd Font Mono:size=15, xft:DejaVu Sans:size=12
!Urxvt.font: xft:Dejavu Sans Mono:pixelsize=15
! URxvt.font: xft:Hack:pixelsize=18,\
! xft:DejaVu Sans Mono:pixelsize:18,\
! xft:Unifont:pixelsize:16,\
! -*-unifont-*-*-*-*-*-*-*-*-*-*-*-*
urxvt.url-launcher: /usr/bin/xdg-open
urxvt.matcher.button: 1
urxvt.matcher.pattern.0: \\b([a-zA-Z]+:\/\/\\w[\\w-.@:]*|www\\.\\w[\\w-]*\\.\\w[\\w-.]*)(\/[^"' ()]*)?
urxvt.scrollBar: false
urxvt.termName: xterm-256color
urxvt.saveLines: 10000
urxvt.inheritPixmap: true
urxvt.shading: 20
urxvt.clipboard.autocopy: true
urxvt.perl-ext-common: default,selection-to-clipboard,pasta,matcher,keyboard-select,resize-font,font
urxvt.keysym.M-u: perl:url-select:select_next
urxvt.transparent: true
urxvt.buffered: true
urxvt.jumpScroll: false
urxvt.scrollTtyKeypress: true
urxvt.scrollTtyOutput: false
urxvt.scrollWithBuffer: false
urxvt.scrollstyle: plain
urxvt.secondaryScroll: false
urxvt.xftAntialias: true
!urxvt.color4: RoyalBlue
urxvt.color12: RoyalBlue
urxvt.matcher.rend.0: Bold fg6
urxvt.cursorBlink: false
urxvt.cursorColor: #5f8fff
urxvt.mapAlert: true
urxvt.pointerBlank: true
urxvt.resource: value
urxvt.iso14755: false
urxvt.iso14755_52: false
! xterm
xterm*VT100*geometry: 80x24
xterm*faceName: xft:xos4 Terminus:size=12:antialias=true
xterm*faceSize: 12
xterm*renderFont: true
xterm*utf8: always
xterm*utf8Title: true
xterm*locale: true
xterm*cursorColor: #5f5faf
xterm*cursorBlink: false
xterm*selectToClipboard: true
xterm*SaveLines: 10000
xterm*transparent: true
XTerm*trimSelection: true
XTerm*cutNewline: false
XTerm*highlightSelection: true
! cursor
Xcursor.size: 14
! xft
xft.antialias: true
URxvt.keysym.Home: \033[1~
URxvt.keysym.End: \033[4~
urxvt.keysym.Home: \033[1~
urxvt.keysym.End: \033[4~
URxvt.keysym.Shift-Control-V: eval:paste_clipboard
URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard
Xcursor.theme: Sweet-cursors
Xcursor.size: 14