-
Notifications
You must be signed in to change notification settings - Fork 3
/
.Xdefaults
60 lines (56 loc) · 2.09 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
! generic
*foreground: #cccccc
*background: #000000
! urxvt
urxvt.font: xft:xos4 Terminus:size=12:antialias=true:hinting=true
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 fg7
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=14: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.theme: Adwaita
Xcursor.size: 14
! xft
xft.antialias: true