Change font to Envy Code R
This commit is contained in:
parent
44a9da16e7
commit
c8f930e4c9
2 changed files with 4 additions and 4 deletions
|
@ -20,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=bold:pixelsize=18
|
||||
! urxvt.italicFont: xft:Consolas:slant=italic:pixelsize=18
|
||||
urxvt.font: xft:Envy Code R:weight=medium:pixelsize=18
|
||||
urxvt.boldFont: xft:Envy Code R:weight=bold:pixelsize=18
|
||||
urxvt.italicFont: xft:Envy Code R:slant=italic:pixelsize=18
|
||||
|
||||
urxvt.background: #111113
|
||||
urxvt.foreground: #eeeeec
|
||||
|
|
|
@ -96,7 +96,7 @@
|
|||
(vertical-scroll-bars . nil)
|
||||
(menu-bar-lines . nil)
|
||||
(tool-bar-lines . nil)
|
||||
(font . "Monaco:pixelsize=18")))
|
||||
(font . "Envy Code R:pixelsize=18")))
|
||||
(setq elnode-do-init nil)
|
||||
(setq emms-source-file-default-directory "/mnt/music/")
|
||||
(setq erc-autojoin-channels-alist
|
||||
|
|
Loading…
Reference in a new issue