Created
June 24, 2013 07:51
-
-
Save polm/5848413 to your computer and use it in GitHub Desktop.
How to set up fonts for urxvt.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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