From 72e8163c4a1d2f9ff4e680d4fb896b90d650d334 Mon Sep 17 00:00:00 2001 From: David JULIEN Date: Mon, 31 Oct 2022 10:27:18 +0100 Subject: [PATCH] [system] fix: changed fonts --- .config/X11/xresources | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/X11/xresources b/.config/X11/xresources index bc47e55..84a9c93 100644 --- a/.config/X11/xresources +++ b/.config/X11/xresources @@ -1,13 +1,13 @@ !! Set a default font and font size as below: -*.font: FiraCode Nerd Font Mono:size=14 -*.symbols: FiraCode nerd Font Mono:size=14 +*.font: FiraCode Nerd Font:size=14 +*.symbols: FiraCode nerd Font:size=14 /* dwm config */ dwm.borderpx: 2 dwm.gappx: 15 /* st config */ -st.font: FiraCode Nerd Font Mono:size=14 +st.font: FiraCode Nerd Font:size=14 st.symbols: FiraCode Nerd Font:size=14 st.termname: st-256color st.borderpx: 5