From b6fff6760f1a51555b57175f0b38b5c3f1dddb2a Mon Sep 17 00:00:00 2001 From: tdro Date: Sat, 19 Mar 2022 07:18:21 -0400 Subject: .config/X11/Xresources: Set fonts only on rxvt-unicode --- .config/X11/Xresources | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.config/X11/Xresources b/.config/X11/Xresources index c9b7845..b0d9a07 100644 --- a/.config/X11/Xresources +++ b/.config/X11/Xresources @@ -21,6 +21,11 @@ URxvt.scrollTtyKeypress: true URxvt.transparent: false URxvt.shading: 20 +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 + ! ----------------- ! Terminal Colors ! ----------------- @@ -67,11 +72,6 @@ URxvt.shading: 20 ! Font Settings ! ----------------- -*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 Xft.hinting: 1 -- cgit v1.2.3