sowm

An itsy bitsy floating window manager (220~ sloc!).
git clone git://mfeller.io/sowm.git
Log | Files | Refs | README | LICENSE

commit 6d43204fb28d3fd7a64fe9cb0bfad8021464541c
parent 29c2337ed83ee01e6281bc575ffabf1d7dbf13d4
Author: Dylan Araps <dylan.araps@gmail.com>
Date:   Mon, 14 Oct 2019 00:18:41 +0300

docs: update

Diffstat:
Msowm.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/sowm.c b/sowm.c @@ -295,6 +295,8 @@ void configure_request(XEvent *e) { XConfigureRequestEvent *ev = &e->xconfigurerequest; XWindowChanges wc; + wc.x = ev->x; + wc.y = ev->y; wc.width = ev->width; wc.height = ev->height; wc.sibling = ev->above;