-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Xresources
41 lines (34 loc) · 913 Bytes
/
.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
! ~/.Xresources
! Urxvt
URxvt.buffered: true
URxvt.geometry: 100x25
URxvt.title: Urxvt
URxvt.intensityStyles: false
! -- Xft settings --
Xft.dpi: 96
Xft.antialias: true
Xft.rgba: rgb
Xft.hinting: true
Xft.hinstyle: hintslight
! -- Fonts -- !
URxvt.font:xft:source code pro:medium:pixelsize=12
URxvt.boldFont:xft:source code pro:medium:pixelsize=12
! borderless and no scrollbar
URxvt*scrollBar_right: false
URxvt*scrollBar: false
URxvt*borderLess: false
! Url-select
URxvt.perl-ext: default,url-select
URxvt.keysym.M-u: perl:url-select:select_next
URxvt.urlLauncher: chromium
URxvt.underlineURLs: true
#include ".colours/solarized"
!#include ".colours/bored"
! Xterm settings
xterm*toolBar: false
xterm*scrollBar: false
xterm*rightScrollBar: false
!xterm*background: #1A1A1A
!xterm*foreground: #A9A9A9
xterm*font:xft:source code pro:medium:pixelsize=10
xterm*geometry: 80x30