aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2022-03-18 14:15:39 -0400
committertdro <tdro@users.noreply.github.com>2022-03-18 14:15:39 -0400
commit2d2c8786279e851efa722be9643d5cd1b6cb834a (patch)
treedcbdad8726b3b9d18c6c15928f7ef3f687ce4df0
parent5479e033db7cd8445c32265b97767cded72fd946 (diff)
downloaddotfiles-2d2c8786279e851efa722be9643d5cd1b6cb834a.tar.gz
dotfiles-2d2c8786279e851efa722be9643d5cd1b6cb834a.tar.bz2
dotfiles-2d2c8786279e851efa722be9643d5cd1b6cb834a.zip
.config/X11/Xresources: Default font to system monospace
-rw-r--r--.config/X11/Xresources8
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/X11/Xresources b/.config/X11/Xresources
index 40ca082..c9b7845 100644
--- a/.config/X11/Xresources
+++ b/.config/X11/Xresources
@@ -67,10 +67,10 @@ URxvt.shading: 20
! Font Settings
! -----------------
-*font: xft:monospace:size=10,xft:DejaVuSansMono Nerd Font Mono:size=10
-*boldFont: xft:monospace:size=10,xft:DejaVuSansMono Nerd Font Mono:size=10
-*italicFont: xft:monospace:size=10,xft:DejaVuSansMono Nerd Font Mono:size=10
-*boldItalicFont: xft:monospace:size=10,xft:DejaVuSansMono Nerd Font Mono:size=10
+*font: xft:monospace:size=10
+*boldFont: xft:monospace:size=10
+*italicFont: xft:monospace:size=10
+*boldItalicFont: xft:monospace:size=10
Xft.autohint: 0
Xft.antialias: 1