diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2023-10-22 05:04:54 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2023-10-22 05:04:54 +0100 |
commit | bd5a5af3c49601d10a095c61313dabcf5e8eb214 (patch) | |
tree | 9b048c7572ab936d034ad21f5b0ee59c2538250d /config.h | |
parent | edbe1a5660840f08800f6fd61bfae9aebef56f75 (diff) | |
download | dwm-bd5a5af3c49601d10a095c61313dabcf5e8eb214.tar.gz dwm-bd5a5af3c49601d10a095c61313dabcf5e8eb214.tar.bz2 dwm-bd5a5af3c49601d10a095c61313dabcf5e8eb214.zip |
Changed font of DWM
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ static const unsigned int opengap = 20; /* optional gaps between windows static unsigned int togglegap = true; static const int showbar = true; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ -static const char *fonts[] = { "Liberation Mono:size=12" }; +static const char *fonts[] = { "Noto Sans Mono:size=11" }; static const char dmenufont[] = "monospace:size=9"; static const char col_black[] = "#161616"; static const char col_gray1[] = "#222222"; |