Skip to content

Instantly share code, notes, and snippets.

@polm
Created June 24, 2013 07:51
Show Gist options
  • Save polm/5848413 to your computer and use it in GitHub Desktop.
Save polm/5848413 to your computer and use it in GitHub Desktop.
How to set up fonts for urxvt.
URxvt.background: black
URxvt.foreground: cyan
URxvt.scrollBar: false
URxvt.font: xft:ProFontWindows,\
xft:Bitstream Vera Sans Mono,\
xft:Ume Gothic O5,\
xft:Hiragino Maru Gothic Pro,\
xft:Osaka:style=Regular-Mono
URxvt.cursorBlink: true
#URxvt.font: xft:terminus
#URxvt*boldFont: xft:terminus:style:bold
URxvt.perl-ext-common: macosx-clipboard
URxvt*keysym.M-c: perl:macosx-clipboard:copy
URxvt*keysym.M-v: perl:macosx-clipboard:paste
#URxvt.font:\
# xft:Inconsolata:style=Medium:size=13:antialias=true,\
# xft:Osaka:style=Regular-Mono
#Dark blue is a bad terminal color; change it
*color4: #ff5522
URxvt.iso14755: False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment