diff options
| author | Douglas Rumbaugh <doug@douglasrumbaugh.com> | 2021-12-19 19:31:55 -0500 |
|---|---|---|
| committer | Douglas Rumbaugh <doug@douglasrumbaugh.com> | 2021-12-19 19:31:55 -0500 |
| commit | 7a903cc9e33a0e33629d09de8c5bdba660b2334e (patch) | |
| tree | 097d42e621b3284967fa58fc9771ebc972057211 /config.def.h | |
| parent | 9a590e457f7436fdcde6bb103245315de369d66d (diff) | |
| download | dmenu-7a903cc9e33a0e33629d09de8c5bdba660b2334e.tar.gz | |
Applied border width w/ command option patch
https://tools.suckless.org/dmenu/patches/border/
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 1edb647..dd3eb31 100644 --- a/config.def.h +++ b/config.def.h @@ -21,3 +21,6 @@ static unsigned int lines = 0; * for example: " /?\"&[]" */ static const char worddelimiters[] = " "; + +/* Size of the window border */ +static unsigned int border_width = 0; |