From 09fc0fb652cfccdd19502399312c6119ea35d796 Mon Sep 17 00:00:00 2001 From: stkhan Date: Fri, 25 Mar 2022 18:35:56 -0800 Subject: Updated dwm, etc --- st-0.8.4/config.def.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'st-0.8.4/config.def.h') diff --git a/st-0.8.4/config.def.h b/st-0.8.4/config.def.h index 3c44ee0..45616f6 100644 --- a/st-0.8.4/config.def.h +++ b/st-0.8.4/config.def.h @@ -6,6 +6,12 @@ * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true"; +/* Spare fonts */ +static char *font2[] = { +/* "Inconsolata for Powerline:pixelsize=12:antialias=true:autohint=true", */ +/* "Hack Nerd Font Mono:pixelsize=11:antialias=true:autohint=true", */ +}; + static int borderpx = 2; /* -- cgit v1.2.3