diff options
author | Philip Wittamore <philip@wittamore.com> | 2025-05-31 22:33:59 +0200 |
---|---|---|
committer | Philip Wittamore <philip@wittamore.com> | 2025-05-31 22:33:59 +0200 |
commit | 5215efefccc6fe77177781b1fc235259bb937744 (patch) | |
tree | 47a2e36088f801c5fd5834342a443092020fe9e7 /config.def.h | |
parent | 67c3bf64d2071695cdb74715e53ca45ea495beb5 (diff) | |
download | dmenu-5215efefccc6fe77177781b1fc235259bb937744.tar.gz dmenu-5215efefccc6fe77177781b1fc235259bb937744.tar.bz2 dmenu-5215efefccc6fe77177781b1fc235259bb937744.zip |
update
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 3404b08..ad38804 100644 --- a/config.def.h +++ b/config.def.h @@ -23,3 +23,6 @@ static unsigned int lines = 0; * for example: " /?\"&[]" */ static const char worddelimiters[] = " "; + +/* Size of the window border */ +static unsigned int border_width = 0; |