tModify config.def.h to include titlebars - glazier - window management experiments
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Submodules
(DIR) README
(DIR) LICENSE
---
(DIR) commit 35b35db6b3b1b105993b0f6e5fab0e510b699575
(DIR) parent ee8ff38a213eddd2a4afb7d19769ce8327e54f85
(HTM) Author: z3bra <contact@z3bra.org>
Date: Sun, 20 Oct 2019 17:37:19 +0200
Modify config.def.h to include titlebars
Diffstat:
M config.def.h | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
---
(DIR) diff --git a/config.def.h b/config.def.h
t@@ -1,13 +1,10 @@
-/* modifier key used for wm actions */
-#define MODMASK XCB_MOD_MASK_4
-
#define XHAIR_MOVE "hand1"
#define XHAIR_SIZE "tcross"
#define XHAIR_DFLT "left_ptr"
-/* window borders */
-int border = 8;
-int border_color = 0xdeadca7;
+/* window titlebars */
+int titlebar = 32;
+int titlebar_color = 0xdeadca7;
/* move/resize step amound in pixels */
int move_step = 8;