dwm

My custom build of dwm window manager
Log | Files | Refs | README | LICENSE

commit c6b91539e7bc333707c1920c5762da2639eba466
parent 9b3cda43ab99f66a48e0a880005efd4b7f26a5ee
Author: Matsuda Kenji <contact2655@matsudakenji.xyz>
Date:   Sun,  1 May 2022 10:52:11 +0900

change font size

Diffstat:
Mconfig.h | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.h b/config.h @@ -5,8 +5,8 @@ static const unsigned int borderpx = 0; /* 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[] = { "monospace:size=8" }; +static const char dmenufont[] = "monospace:size=8"; static const char col_gray1[] = "#222222"; static const char col_gray2[] = "#444444"; static const char col_gray3[] = "#bbbbbb";