Change font size in urxvt

Signed-off-by: Collin J. Doering <rekahsoft@gmail.com>
This commit is contained in:
Collin J. Doering 2014-10-23 03:02:26 -04:00 committed by Collin J. Doering
父節點 b3b095701f
當前提交 d1b7db0a70
共有 1 個文件被更改,包括 2 次插入2 次删除

查看文件

@ -46,8 +46,8 @@ xterm*font: 7x13
URxvt.buffered: true
URxvt.cursorColor: green
URxvt.underlineColor: yellow
URxvt.font: xft:Terminus:pixelsize=15:antialias=false
URxvt.boldFont: xft:Terminus:bold:pixelsize=16:antialias=false
URxvt.font: xft:Terminus:pixelsize=14:antialias=false
URxvt.boldFont: xft:Terminus:bold:pixelsize=14:antialias=false
URxvt.scrollstyle: plain
URxvt*scrollTtyOutput: false