From 2d2c8786279e851efa722be9643d5cd1b6cb834a Mon Sep 17 00:00:00 2001 From: tdro Date: Fri, 18 Mar 2022 14:15:39 -0400 Subject: .config/X11/Xresources: Default font to system monospace --- .config/X11/Xresources | 8 ++++---- 1 file 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 -- cgit v1.2.3