1
0
mirror of https://github.com/tiyn/dmenu.git synced 2025-04-19 16:17:46 +02:00

smaller border

This commit is contained in:
TiynGER 2020-03-28 22:34:57 +01:00
parent 3c90ca03a8
commit acf3ab704b

View File

@ -23,4 +23,4 @@ static unsigned int lines = 0;
static const char worddelimiters[] = " "; static const char worddelimiters[] = " ";
/* Size of the window border */ /* Size of the window border */
static const unsigned int border_width = 5; static const unsigned int border_width = 2;