Added .Xresources section for urxvt, improved hinting on xft
This commit is contained in:
parent
3a9e16ad0d
commit
65cd3393df
1 changed files with 18 additions and 1 deletions
19
Xresources
19
Xresources
|
@ -13,13 +13,30 @@ XTerm*faceSize: 9
|
|||
UXTerm*faceName: xft:Source Code Pro
|
||||
UXTerm*faceSize: 9
|
||||
|
||||
! URxvt settings
|
||||
URxvt*.depth: 32
|
||||
URxvt*.scrollBar: false
|
||||
URxvt*.font: xft:Source Code Pro:size=9
|
||||
URxvt*.boldFont: xft:Source Code Pro:bold:size=9
|
||||
URxvt*.italicfont: xft:Source Code Pro:italic:size=9
|
||||
URxvt*.bolditalicFont: xft:Source Code Pro:bold:italic:size=9
|
||||
URxvt*.letterSpace: -1
|
||||
URxvt*.perl-ext-common: default,matcher
|
||||
! this setting assumes that the current browser is set correctly via update-alternatives
|
||||
URxvt*.url-launcher: /usr/bin/www-browser
|
||||
URxvt*.matcher.button: 1
|
||||
URxvt*.urgentOnBell: true
|
||||
URxvt*.saveLines: 65535
|
||||
|
||||
|
||||
! Xft settings ---------------------------------------------------------------
|
||||
|
||||
Xft.dpi: 96
|
||||
Xft.antialias: true
|
||||
Xft.rgba: rgb
|
||||
Xft.hinting: true
|
||||
Xft.hintstyle: hintslight
|
||||
Xft.hintstyle: hintfull
|
||||
Xft.lcdfilter: lcddefault
|
||||
|
||||
! Solarized color scheme for the X Window System
|
||||
!
|
||||
|
|
Loading…
Reference in a new issue