diff options
author | Luke Smith <luke@lukesmith.xyz> | 2020-01-30 14:51:33 -0500 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2020-01-30 14:51:33 -0500 |
commit | 1e6beee9703b0af9341dad3020c61e30ac43fa33 (patch) | |
tree | f093aacd309cfb94f31f3dbc189778464429a7e2 /config.h | |
parent | 30ef2a458d9cec82ae6de84863a191979d8226b9 (diff) |
dmenucmd restored
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,8 +12,8 @@ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ static const int vertpad = 10; /* vertical padding of bar */ static const int sidepad = 20; /* horizontal padding of bar */ -static const char *fonts[] = { "monospace:size=10" }; -static const char dmenufont[] = "monospace:size=10"; +static const char *fonts[] = { "monospace:size=12" }; +static const char dmenufont[] = "monospace:size=12"; static char normbgcolor[] = "#222222"; static char normbordercolor[] = "#444444"; static char normfgcolor[] = "#bbbbbb"; |