summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-02-21 13:47:13 -0600
committerzachir <zachir@librem.one>2023-02-21 13:47:13 -0600
commitaddad8d7671563820a8a10cb181e1034d1891678 (patch)
treeac2d62046eead2951c0abc9408064096618e7235 /config.def.h
parent2e426cac046fdd057880eda259482db0e965aebd (diff)
add borderoption patch
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 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;