tMention Xrandr support in the README - glazier - window management experiments
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Submodules
(DIR) README
(DIR) LICENSE
---
(DIR) commit e86f76220c562a329e8b50b00473fa790aadcb51
(DIR) parent 0cb8ba5fed6f1550a5cd706116b959457d4d6159
(HTM) Author: Willy Goiffon <dev@z3bra.org>
Date: Mon, 15 Jun 2020 18:40:53 +0200
Mention Xrandr support in the README
Diffstat:
M README | 1 +
D config.h | 18 ------------------
2 files changed, 1 insertion(+), 18 deletions(-)
---
(DIR) diff --git a/README b/README
t@@ -15,6 +15,7 @@ Features
* Cool operations like teleport, inflate/deflate
* 100% compatible with wmutils(1)
* Optional EWMH support through ewmh(1)
+* Multi-monitor support through Xrandr(3)
Usage
-----
(DIR) diff --git a/config.h b/config.h
t@@ -1,18 +0,0 @@
-/* define crosshairs used for various operations */
-char *xhair[] = {
- [XHAIR_MOVE] = "hand1",
- [XHAIR_SIZE] = "lr_angle",
- [XHAIR_TELE] = "tcross",
- [XHAIR_DFLT] = "left_ptr",
-};
-
-/* key that must be pressed to register mouse events */
-int modifier = XCB_MOD_MASK_4;
-
-/* window borders and titlebar */
-int border = 2;
-int border_color = 0x666666;
-int border_color_active = 0xcc6666;
-
-/* move/resize step amound in pixels */
-int move_step = 16;