diff options
author | Florian Pritz <bluewind@xinu.at> | 2012-07-12 11:25:07 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2012-07-12 11:25:07 +0200 |
commit | 9059f477b1698aedde459fa9e4ef63ae64a9bb77 (patch) | |
tree | 474e40a49cc5fd37bac564216219a2540d3ee1dd /.Xdefaults | |
parent | 3a049766e81bbb33e9d5dd03d3d95f49d7007347 (diff) | |
download | dotfiles-9059f477b1698aedde459fa9e4ef63ae64a9bb77.tar.gz dotfiles-9059f477b1698aedde459fa9e4ef63ae64a9bb77.tar.xz |
Xdefaults: add fallback font
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.Xdefaults')
-rw-r--r-- | .Xdefaults | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,8 +4,8 @@ ! Author: Florian "Bluewind" Pritz <f-p@gmx.at> ! original by heartcore http://heartcore.mcx2.org/ !---------------------------------------------------- -*font: xft:DejaVu\ Sans\ Mono:size=9:antialias=true -*boldFont: xft:DejaVu\ Sans\ Mono:size=9:bold +*font: xft:DejaVu\ Sans\ Mono:size=9:antialias=true,xft:unifont +*boldFont: xft:DejaVu\ Sans\ Mono:size=9:bold,xft:unifont !*dpi: 75 *antialias: true |