diff options
author | Aaron LI <aly@aaronly.me> | 2017-06-23 22:51:05 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2017-06-23 22:51:05 +0800 |
commit | 312395719bc3aebec40d5f01143e01e8928e3ef8 (patch) | |
tree | f813fdc1611df377da648a0759e51d892f56fb5f /_Xresources | |
parent | 44c048adfce9ed70fe81615fad1c57cc0d120dc2 (diff) | |
download | dotfiles-312395719bc3aebec40d5f01143e01e8928e3ef8.tar.bz2 |
Xresources: Update URxvt and Rofi settings
Diffstat (limited to '_Xresources')
-rw-r--r-- | _Xresources | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/_Xresources b/_Xresources index 7ed0205..5d86f90 100644 --- a/_Xresources +++ b/_Xresources @@ -27,10 +27,11 @@ Xft.hintstyle: hintmedium URxvt.depth: 32 ! transparent=0000, opaque=ffff URxvt.background: rgba:1111/1111/1111/dddd +URxvt.foreground: #f8f8f2 ! !! urxvt font settings -!URxvt.font: xft:DejaVu Sans Mono:pixelsize=16,xft:WenQuanYi Micro Hei Mono:pixelsize=16 -URxvt.font: xft:Terminus:size=12,xft:WenQuanYi Bitmap Song:size=10 +URxvt.font: xft:M+ 1mn:pixelsize=16,xft:WenQuanYi Zen Hei:pixelsize=14 +!URxvt.font: xft:Terminus:size=12,xft:WenQuanYi Bitmap Song:size=10 !URxvt.font: xft:xos4 Terminus:size=12,xft:WenQuanYi WenQuanYi Bitmap Song:size=10 !URxvt.font: -*-terminus-*-*-*-*-12-*-*-*-*-*-*-* URxvt.xftAntialias: true @@ -216,7 +217,7 @@ rofi.xoffset: 0 ! Padding rofi.padding: 5 ! Font to use -rofi.font: terminus 11 +rofi.font: M+ 1mn 11 ! Separator style (none, dash, solid) rofi.separator-style: dash ! Hide scroll-bar |