-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Xresources
34 lines (31 loc) · 935 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
utohint: 0
Xft.lcdfilter: lcddefault
Xft.hintstyle: hintfull
Xft.hinting: 1
Xft.antialias: 1
Xft.rgba: rgb
! Cursor
Xcursor.theme: whiteglass
! URxvt Extensions
! matcher - Make URLs clickable and open them in Firefox
! clipboard - Automatically copy any selection in rxvt-unicode to the X clipboard
URxvt.perl-ext-common: default,matcher,clipboard
! matcher extension settings
URxvt.urlLauncher: firefox
URxvt.matcher.button: 1
URxvt.termName: rxvt
URxvt.transparent: true
!URxvt.inheritPixmap: false
URxvt.scrollBar: false
URxvt.savelines: 1000
URxvt.cursorBlink: true
!URxvt.geometry: 93x26
URxvt.fading: 25%
URxvt.font: xft:Inconsolata:pixelsize=16:antialias=true:hinting=slight
URxvt.boldFont: xft:Inconsolata:style=bold:pixelsize=16:antialias=true:hinting=slight
!urxvt.depth: 32
URxvt.background: rgba:0000/0000/0000/dddd
URxvt.foreground: grey80
URxvt.tintColor: #262626
!URxvt.borderLess: true
URxvt.borderColor: #888888