tAdd window borders params to config.h - glazier - window management experiments
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Submodules
(DIR) README
(DIR) LICENSE
---
(DIR) commit 81dd8151eb2a62fc3d9ba77bdd6acb87933af3b0
(DIR) parent 1a4aed801eee308cf67522115e8cedfb3d9e0172
(HTM) Author: Willy Goiffon <dev@z3bra.org>
Date: Fri, 18 Oct 2019 23:07:53 +0200
Add window borders params to config.h
Diffstat:
M config.def.h | 5 +++++
1 file changed, 5 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/config.def.h b/config.def.h
t@@ -1 +1,6 @@
+/* modifier key used for wm actions */
#define MODMASK XCB_MOD_MASK_4
+
+/* window borders */
+int border = 8;
+int border_color = 0xdeadca7;