commit 8d85313fb1a3cece7d99c0d6c8a314fe80e67ce1 parent b32653758f94cf207fbe04d773b001f4c2f727cb Author: Janis Pagel <janis.pagel@ims.uni-stuttgart.de> Date: Sun, 16 Jun 2019 02:07:09 +0200 Add border width for dmenu border patch Diffstat:
M | suckless/dmenu/config.h | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/suckless/dmenu/config.h b/suckless/dmenu/config.h @@ -21,3 +21,6 @@ static unsigned int lines = 0; * for example: " /?\"&[]" */ static const char worddelimiters[] = " "; + +/* Size of the window border */ +static const unsigned int border_width = 5;