Changed font settings for URxvt
This commit is contained in:
parent
e936faf0d3
commit
a8410dabc5
1 changed files with 5 additions and 5 deletions
10
Xresources
10
Xresources
|
@ -45,11 +45,11 @@
|
||||||
|
|
||||||
URxvt.depth: 32
|
URxvt.depth: 32
|
||||||
URxvt.scrollBar: false
|
URxvt.scrollBar: false
|
||||||
URxvt.font: xft:Source Code Pro:size=9
|
URxvt.font: xft:Source Code Pro-9:regular
|
||||||
URxvt.boldFont: xft:Source Code Pro:bold:size=9
|
URxvt.boldFont: xft:Source Code Pro-9:bold
|
||||||
URxvt.italicfont: xft:Source Code Pro:italic:size=9
|
URxvt.italicfont: xft:Source Code Pro-9:italic
|
||||||
URxvt.bolditalicFont: xft:Source Code Pro:bold:italic:size=9
|
URxvt.bolditalicFont: xft:Source Code Pro-9:bold:italic
|
||||||
URxvt.letterSpace: -1
|
URxvt.letterSpace: -2
|
||||||
URxvt.perl-ext-common: default,matcher,bell-command
|
URxvt.perl-ext-common: default,matcher,bell-command
|
||||||
! this setting assumes that the current browser is set correctly via update-alternatives
|
! this setting assumes that the current browser is set correctly via update-alternatives
|
||||||
URxvt.url-launcher: /usr/bin/x-www-browser
|
URxvt.url-launcher: /usr/bin/x-www-browser
|
||||||
|
|
Loading…
Reference in a new issue