diff options
Diffstat (limited to 'dwm/config.h')
-rwxr-xr-x | dwm/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dwm/config.h b/dwm/config.h index c13f153..6a32073 100755 --- a/dwm/config.h +++ b/dwm/config.h @@ -7,8 +7,8 @@ static const unsigned int gappx = 16; /* gap pixel between 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[] = { "Inconsolata-Regular:size=14" }; +static const char dmenufont[] = "Inconsolata-Regular:size=14"; static unsigned int baralpha = 0xff; //static unsigned int baralpha = 0xd0; static unsigned int borderalpha = OPAQUE; |