dwm

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit df2d8244d092b7dde8dce1cb34764296975fcef4
parent bae96961daa6ab76da8942ef7f585fa8c35f4017
Author: Andrew Laack <andrew@laack.co>
Date:   Tue, 26 Aug 2025 08:53:19 -0500

Updated font

Diffstat:
Mconfig.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[] = { "Literation Mono Nerd Font:size=10" }; -static const char dmenufont[] = "Literation Mono Nerd Font:size=10"; +static const char *fonts[] = { "FiraCode:size=10" }; +static const char dmenufont[] = "FiraCode:size=10"; static const char col_black[] = "#222222"; static const char col_white[] = "#ffffff";