aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorPhilip Wittamore <philip@wittamore.com>2025-05-31 22:33:59 +0200
committerPhilip Wittamore <philip@wittamore.com>2025-05-31 22:33:59 +0200
commit5215efefccc6fe77177781b1fc235259bb937744 (patch)
tree47a2e36088f801c5fd5834342a443092020fe9e7 /config.def.h
parent67c3bf64d2071695cdb74715e53ca45ea495beb5 (diff)
downloaddmenu-5215efefccc6fe77177781b1fc235259bb937744.tar.gz
dmenu-5215efefccc6fe77177781b1fc235259bb937744.tar.bz2
dmenu-5215efefccc6fe77177781b1fc235259bb937744.zip
update
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h3
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;