diff options
Diffstat (limited to '.Xdefaults')
-rw-r--r-- | .Xdefaults | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -18,8 +18,13 @@ URxvt.cursorBlink: true URxvt*internalBorder: 0 /* fonts */ -URxvt*font: xft:MonteCarlo:pixelsize=11:style=regular:antialias=false -URxvt*boldFont: xft:MonteCarlo:pixelsize=11:style=bold:antialias=false +Xft.dpi: 96 +Xft.antialias: true +Xft.rgba: rgb +Xft.hinting: true +Xft.hintstyle: hintslight +URxvt*font: xft:MonteCarlo:pixelsize=11:style=regular:antialias=false,xft:Inconsolata\ for\ Powerline:pixelsize=11 +URxvt*boldFont: xft:MonteCarlo:pixelsize=11:style=bold:antialias=false,xft:Inconsolata\ for\ Powerline:pixelsize=11 /* change default colors */ URxvt*background: #000000 @@ -56,8 +61,8 @@ URxvt.tabbed.tab-fg: 5 URxvt.tabbed.tab-bg: 0 URxvt.tabbed.title-fg: 0 URxvt.tabbed.title-bg: 7 -URxvt.tabbed.new-button: no -URxvt.tabbed.title: yes +URxvt.tabbed.new-button: no +URxvt.tabbed.title: yes /* url-select */ URxvt.url-select.autocopy: false |