Border patch for dmenu.
This commit is contained in:
parent
f75ba2aa83
commit
c120a13573
4 changed files with 33 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue