aboutsummaryrefslogtreecommitdiff
path: root/.config/X11
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-07-27 22:48:32 -0400
committertdro <tdro@users.noreply.github.com>2020-07-27 23:05:16 -0400
commit5221cf0494110e9cbd8ac8eeac3107b02fb63aac (patch)
treed12adfc18688f96aa1d5e8f4a57dea8607c71ec4 /.config/X11
parent1b52f3db0a70a3a8bcb05e7f41dab5532f73cbfa (diff)
downloaddotfiles-5221cf0494110e9cbd8ac8eeac3107b02fb63aac.tar.gz
dotfiles-5221cf0494110e9cbd8ac8eeac3107b02fb63aac.tar.bz2
dotfiles-5221cf0494110e9cbd8ac8eeac3107b02fb63aac.zip
.config/X11/Xresources: Add patched dejavu mono font
Diffstat (limited to '.config/X11')
-rw-r--r--.config/X11/Xresources8
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/X11/Xresources b/.config/X11/Xresources
index 558b52d..fa499fa 100644
--- a/.config/X11/Xresources
+++ b/.config/X11/Xresources
@@ -18,10 +18,10 @@ URxvt.cursorColor: #69AEFF
URxvt.keysym.M-Escape: perl:keyboard-select:activate
URxvt.keysym.M-m: perl:url-select:select_next
-URxvt*font: xft:monospace:size=10
-URxvt.boldFont: xft:monospace:size=10
-URxvt.italicFont: xft:monospace:size=10
-URxvt.boldItalicFont: xft:monospace:size=10
+URxvt*font: xft:monospace:size=10,xft:DejaVuSansMono Nerd Font Mono:size=10
+URxvt.boldFont: xft:monospace:size=10,xft:DejaVuSansMono Nerd Font Mono:size=10
+URxvt.italicFont: xft:monospace:size=10,xft:DejaVuSansMono Nerd Font Mono:size=10
+URxvt.boldItalicFont: xft:monospace:size=10,xft:DejaVuSansMono Nerd Font Mono:size=10
URxvt.keysym.C-Up: perl:font-size:increase
URxvt.keysym.C-Down: perl:font-size:decrease