From c9dc81534f0edcad76259aba833b949fcb0ea4a8 Mon Sep 17 00:00:00 2001 From: Xander Swan Date: Wed, 3 Dec 2025 10:00:42 -0500 Subject: use misc fixed, update readme --- dwm_config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dwm_config.h') diff --git a/dwm_config.h b/dwm_config.h index fba90b1..76d5ce7 100644 --- a/dwm_config.h +++ b/dwm_config.h @@ -7,8 +7,8 @@ static const unsigned int borderpx = 2; /* border pixel of windows */ static const unsigned int snap = 32; /* snap pixel */ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ -static const char *fonts[] = { "JetBrainsMono Nerd Font:pixelsize=12:antialias=true:autohint=true" }; -static const char dmenufont[] = "JetBrainsMono Nerd Font:pixelsize=12:antialias=true:autohint=true"; +static const char *fonts[] = { "Misc Fixed:style=Regular:pixelsize=14:antialias=false" }; +static const char dmenufont[] = "Misc Fixed:style=Regular:pixelsize=14:antialias=false"; static const char col_bg_active[] = "#E0E0E0"; static const char col_fg_active[] = "#000000"; @@ -35,7 +35,7 @@ static const Rule rules[] = { // { "Gimp", NULL, NULL, 0, 1, -1 }, { "librewolf", NULL, NULL, T(7), 0, -1 }, { "thunderbird", NULL, NULL, T(7), 0, -1 }, - { "discord", NULL, NULL, T(8)|T(0), 0, -1 }, + { "discord", NULL, NULL, T(8), 0, -1 }, }; /* layout(s) */ -- cgit v1.3-2-g0d8e