From bb13bd814f0970e32daf8ac8386ed4f57daf4193 Mon Sep 17 00:00:00 2001 From: DustVoice Date: Thu, 10 Sep 2020 18:25:26 +0200 Subject: [PATCH] Fix further mistake with font configuration in .Xresources --- .Xresources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.Xresources b/.Xresources index 549e258..a1d2d63 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=8:antialias=true:autohint=true *.termName: xterm-256color *.shell: /usr/bin/zsh *.tabspaces: 4