From b10b48dc7e5b8f21e13d782eb496bb4f15ab41ac Mon Sep 17 00:00:00 2001 From: DustVoice Date: Thu, 10 Sep 2020 18:15:25 +0200 Subject: [PATCH] Fix mistake with font configuration in .Xresources --- .Xresources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.Xresources b/.Xresources index 1a1fe6b..549e258 100644 --- a/.Xresources +++ b/.Xresources @@ -19,7 +19,7 @@ *.color13: #FF92D0 *.color14: #9AEDFE *.color15: #E6E6E6 -*.font: "Hack:size=10:antialias=true:autohint=true" +*.font= "Hack:size=10:antialias=true:autohint=true" *.termName: xterm-256color *.shell: /usr/bin/zsh *.tabspaces: 4