-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.Xresources
99 lines (88 loc) · 2.49 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
! -- Window appearance --!
URxvt*depth: 32
URxvt*background: [95]#000000
URxvt*foreground: White
URxvt*geometry: 86x24
URxvt*scrollBar: false
!-- Xft settings -- !
! 114 dpi for ThinkPad T440
Xft.dpi: 114
Xft.antialias: true
Xft.rgba: rgb
Xft.hinting: true
Xft.hintstyle: hintfull
! -- Color settings -- !
!URxvt*colorUL: yellow
!URxvt*underlineColor: yellow
! black
URxvt.color0 : #000000
URxvt.color8 : #555555
! red
URxvt.color1 : #AA0000
URxvt.color9 : #FF5555
! green
URxvt.color2 : #00AA00
URxvt.color10 : #55FF55
! yellow
URxvt.color3 : #AA5500
URxvt.color11 : #FFFF55
! blue
URxvt.color4 : #0000AA
URxvt.color12 : #5555FF
! magenta
URxvt.color5 : #AA00AA
URxvt.color13 : #FF55FF
! cyan
URxvt.color6 : #00AAAA
URxvt.color14 : #55FFFF
! white
URxvt.color7 : #AAAAAA
URxvt.color15 : #FFFFFF
! -- Fonts -- !
! -- requires Fontawesome and NerdFonts and does not work well -- !
!URxvt.font: xft:DroidSansMono Nerd Font:pixelsize=20,xft:Icons:size:20,xft:SauceCodePro NF:pixelsize=20
URxvt.font: xft:Monospace:pixelsize=20,xft:Icons:size:20,xft:SauceCodePro NF:pixelsize=20
URxvt.boldfont: xft:Monospace-Bold:pixelsize=20
URxvt*letterSpace: -1
! -- General Settings -- !
URxvt*termName: rxvt-unicode-256color
! URxvt*termName: screen-256color,xterm-256color,xterm,screen
URxvt.tabbed.autohide: true
! -- Program Settings, etc. -- !
URxvt*urlLauncher: firefox
URxvt*perl-ext-common: default,matcher
URxvt*perl-ext: selection-to-clipboard
URxvt.matcher.button: 1
URxvt.matcher.rend.0: Uline Bold fg5
! secondary screens scroll as expected when
! terminal buffer scrolling is disabled
URxvt*secondaryScreen: 1
URxvt*secondaryScroll: 0
! -- additional options -- !
! do not scroll with output
! URxvt*scrollTtyOutput: false
! scroll in relation to buffer (I rather
! use the tmux buffer for scrolling)
! URxvt*scrollWithBuffer: false
! Scroll to bottom on key press
! URxvt*scrollTtyKeypress: true
! -- TODO -- !
! -- TODO: match colors with tmux colors -- !
! -- TODO: https://github.com/majutsushi/urxvt-font-size
! URxvt*urgentOnBell: false
! URxvt*visualBell: false
! URxvt*mapAlert: false
! URxvt*loginShell: true
! URxvt*scrollColor: #777777
! URxvt*scrollstyle: plain
! URxvt*skipScroll: true
! URxvt*scrollBar_right: false
! URxvt*scrollBar_floating: false
! URxvt*fading: 30
! URxvt*utmpInhibit: false
! URxvt*mouseWheelScrollPage: false
! URxvt*saveLines: 0
! URxvt*buffered: true
! URxvt*hold: false
! URxvt*internalBorder:
! URxvt*print-pipe: cat > $HOME/$(echo urxvt.dump.$(date +'%Y%M%d%H%m%S'))