diff options
author | Alan Pearce | 2017-09-08 21:30:10 +0200 |
---|---|---|
committer | Alan Pearce | 2017-09-08 21:30:10 +0200 |
commit | 442bdb09581afa08d86485fffebc67e7b74e543b (patch) | |
tree | 707a2685c323a4ebe1fe96f2bb70796a87e8c4d7 /xresources | |
parent | ed85cf6783ab1437bae76bce3b0951622b4d4974 (diff) | |
download | dotfiles-442bdb09581afa08d86485fffebc67e7b74e543b.tar.lz dotfiles-442bdb09581afa08d86485fffebc67e7b74e543b.tar.zst dotfiles-442bdb09581afa08d86485fffebc67e7b74e543b.zip |
xresources: Use system-wide default fonts for uxrvt
Diffstat (limited to 'xresources')
-rw-r--r-- | xresources/.xresources/main | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xresources/.xresources/main b/xresources/.xresources/main index 49ff742..43f8538 100644 --- a/xresources/.xresources/main +++ b/xresources/.xresources/main @@ -20,8 +20,8 @@ URxvt.scrollTtyKeypress: true URxvt.saveLines: 16384 URxvt.secondaryScroll: false -URxvt.font: -xos4-terminus-medium-r-normal--14-140-72-72-c-80-*-* -URxvt.boldFont: +URxvt.font: xft:monospace:size=10 +URxvt.boldFont: xft:monospace:bold:size=10 URxvt.intensityStyles: true URxvt.pointerBlank: true |