aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2022-03-19 07:18:21 -0400
committertdro <tdro@users.noreply.github.com>2022-03-19 07:18:21 -0400
commitb6fff6760f1a51555b57175f0b38b5c3f1dddb2a (patch)
tree36fd36adb35405d40b0521895aea21713c2f257c
parenteafb39e64842f56309025a0593f3a40a50bc04ea (diff)
downloaddotfiles-b6fff6760f1a51555b57175f0b38b5c3f1dddb2a.tar.gz
dotfiles-b6fff6760f1a51555b57175f0b38b5c3f1dddb2a.tar.bz2
dotfiles-b6fff6760f1a51555b57175f0b38b5c3f1dddb2a.zip
.config/X11/Xresources: Set fonts only on rxvt-unicode
-rw-r--r--.config/X11/Xresources10
1 files 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