From c59c5f86d2e0441a23f4cdb72ced8a79c8ab675f Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Mon, 5 Nov 2018 19:54:45 +0000 Subject: Fix font and add hook --- X/.Xresources | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'X') diff --git a/X/.Xresources b/X/.Xresources index e69dc0a..8ec1ad1 100644 --- a/X/.Xresources +++ b/X/.Xresources @@ -165,11 +165,11 @@ URxvt*cursorColor: #cc99cc ! Select the fonts to be used. This is a comma separated list of font ! names that are checked in order when trying to find glyphs for ! characters -*font: xft:Hack:style=Regular:pixelsize=16, \ - xft:Unifont:size=8:anialias=false, \ - xft:Wuncon Siji:style=Regular:pixelsize=10, \ - xft:Font Awesome 5 Free:style=Regular:pixelsize=14, \ - xft:Font Awesome 5 Brands:style=Regular:pixelsize=14 +URxvt*font: xft:Hack:style=Regular:pixelsize=16, \ + xft:Unifont:size=8:anialias=false, \ + xft:Wuncon Siji:style=Regular:pixelsize=10, \ + xft:Font Awesome 5 Free:style=Regular:pixelsize=14, \ + xft:Font Awesome 5 Brands:style=Regular:pixelsize=14 ! When font styles are not enabled, or this option is enabled (True ! default), bold/blink font styles imply high intensity -- cgit