-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathXdefaults
76 lines (69 loc) · 1.86 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
! xft configs
Xft.dpi: 96
Xft.rgba: rgb
Xft.autohint: true
Xft.antialias: true
Xft.hinting: true
Xft.hintstyle: hintfull
Xft.lcdfilter: lcddefault
! font
! urxvt doesn't handle color emoji, but Symbola is a nice b&w fallback
URxvt*font : xft:DejaVu Sans Mono:pixelsize=12, xft:Symbola:pixelsize=12
URxvt.letterSpace: -1
! clickable urls & selection to clipboard by default
! resize-font from https://raw.githubusercontent.com/simmel/urxvt-resize-font/master/resize-font
URxvt.perl-ext-common : default,matcher,selection-to-clipboard,resize-font
URxvt.urlLauncher : firefox
URxvt.matcher.button : 2
! save number lines in the scrollback buffer
URxvt*saveLines : 9999
! fade when focus lost
URxvt*fading : 30
! start as a login shell by prepending a - to argv[0] of the shell
URxvt.loginShell : true
! scroll
URxvt*scrollBar : false
URxvt*scrollstyle : rxvt
! scroll to bottom when tty receives output
URxvt*scrollTtyOutput : false
! scroll with scrollback buffer when tty receives new lines
URxvt*scrollWithBuffer : true
! scroll to bottom when a non-special key is pressed
URxvt*scrollTtyKeypress : true
! disable buffer in secondary screen (eg. less)
URxvt.secondaryScreen: true
URxvt.secondaryScroll: false
! disable iso14755 mode
URxvt.iso14755: false
URxvt.iso14755_52: false
! colors
URxvt*background: #232627
URxvt*foreground: #fcfcfc
! black
URxvt.color0 : #232627
URxvt.color8 : #7f8c8d
! red
URxvt.color1 : #ed1515
URxvt.color9 : #c0392b
! green
URxvt.color2 : #11d116
URxvt.color10 : #1cdc9a
! yellow
URxvt.color3 : #f67400
URxvt.color11 : #fdbc4b
! blue
URxvt.color4 : #1d99f3
URxvt.color12 : #3daee9
! magenta
URxvt.color5 : #9b59b6
URxvt.color13 : #8e44ad
! cyan
URxvt.color6 : #1abc9c
URxvt.color14 : #16a085
! white
URxvt.color7 : #fcfcfc
URxvt.color15 : #ffffff
! More colors (for man pages)
URxvt.colorIT : #87af5f
URxvt.colorBD : #c0c0c0
URxvt.colorUL : #87afd7