tUpdate README for better visibility - glazier - window management experiments
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Submodules
(DIR) README
(DIR) LICENSE
---
(DIR) commit 45b166725ed0c4586d76dd7779942f3fca9ec734
(DIR) parent 52fb8abc7cc442cf268200ff8603b2950a10ac2c
(HTM) Author: Willy Goiffon <dev@z3bra.org>
Date: Sun, 7 Jun 2020 17:17:08 +0200
Update README for better visibility
Diffstat:
M README | 35 +++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/README b/README
t@@ -1,8 +1,43 @@
glazier
=======
+X windows manipulator.
> A glazier is a skilled tradesman responsible for cutting, installing, and
> removing glass
-- wikipedia
In other words, a glazier manipulates windows.
+
+Features
+-----
+* Floating window management
+* Sloppy Focus
+* All manipulations done with the mouse
+* Cool operations like teleport, inflate/deflate
+* 100% compatible with wmutils(1)
+* Optional EWMH support through ewmh(1)
+
+Usage
+-----
+Refer to the glazier(1) manual page for details and examples.
+
+Window manipulations are performed by holding `Mod1`, and using mouse
+buttons to perform the following operations:
+
+* left click: move window
+* right click: resize window
+* middle click: teleport window (move + resize)
+* scroll up: inflate window
+* scroll down: deflate window
+
+Installation
+-----
+Edit config.mk as needed, then build/install with the following commands:
+
+ make
+ make install
+
+Require [libxcb][0] and [libwm][1].
+
+[0]: https://xcb.freedesktop.org
+[1]: http://git.z3bra.org/libwm/log.html