Xdefaults: Use consolas
It has slanted script, I do miss the parentheses though.
This commit is contained in:
parent
e9fb14a9dc
commit
25dcd4dd48
1 changed files with 3 additions and 4 deletions
|
@ -1,4 +1,3 @@
|
|||
|
||||
urxvt.internalBorder: 0
|
||||
|
||||
urxvt.loginShell: true
|
||||
|
@ -21,9 +20,9 @@ urxvt.keysym.M-s: perl:keyboard-select:search
|
|||
|
||||
urxvt.keysym.M-u: perl:url-select:select_next
|
||||
|
||||
urxvt.font: xft:Monaco:weight=medium:pixelsize=18
|
||||
urxvt.boldFont: xft:Monaco:weight=black:pixelsize=18
|
||||
! urxvt.italicFont: xft:Monaco:slant=italic:pixelsize=18
|
||||
urxvt.font: xft:Consolas:weight=medium:pixelsize=18
|
||||
urxvt.boldFont: xft:Consolas:weight=bold:pixelsize=18
|
||||
urxvt.italicFont: xft:Consolas:slant=italic:pixelsize=18
|
||||
|
||||
urxvt.background: #111113
|
||||
urxvt.foreground: #eeeeec
|
||||
|
|
Loading…
Reference in a new issue