diff --git a/config.h b/config.h index 432c26e..71845a2 100644 --- a/config.h +++ b/config.h @@ -8,8 +8,8 @@ static const int topbar = 1; /* 0 means bottom bar */ static const unsigned int gappx = 2; /* gaps between windows */ static unsigned int globalborder; static unsigned int swallowfloating; -static const char *fonts[] = { "monospace:size=12" }; -static const char dmenufont[] = "monospace:size=12"; +static const char *fonts[] = { "JetBrainsMonoNerdFont:size=12" }; +static const char dmenufont[] = "JetBrainsMonoNerdFont:size=12"; static const char col_gray1[] = "#222222"; static const char col_gray2[] = "#444444"; static const char col_gray3[] = "#bbbbbb"; diff --git a/dwm b/dwm index 536cf5d..c4a6bdd 100755 Binary files a/dwm and b/dwm differ diff --git a/dwm.o b/dwm.o index 929fe6e..72c842e 100644 Binary files a/dwm.o and b/dwm.o differ