commit bae96961daa6ab76da8942ef7f585fa8c35f4017 parent def4d229991db376a2e05f11860bfbfc0bc3ff26 Author: Andrew Laack <andrew@laack.co> Date: Thu, 10 Jul 2025 04:51:42 -0500 Updated default dwm font Diffstat:
| M | config.h | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/config.h b/config.h @@ -10,8 +10,8 @@ static const unsigned int borderpx = 5; /* 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[] = { "monospace:size=10" }; -static const char dmenufont[] = "monospace:size=10"; +static const char *fonts[] = { "Literation Mono Nerd Font:size=10" }; +static const char dmenufont[] = "Literation Mono Nerd Font:size=10"; static const char col_black[] = "#222222"; static const char col_white[] = "#ffffff";