sowm

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

commit 84119dd331c6c508f6e3fb60137247be9f6fe22f
parent 5c075a359ac137f622103337ae3ab42f1e1e681f
Author: Dylan Araps <dylan.araps@gmail.com>
Date:   Sat, 19 Oct 2019 08:17:17 +0300

sowm: simpler button release

Diffstat:
Msowm.c | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/sowm.c b/sowm.c @@ -122,9 +122,7 @@ void button_press(XEvent *e) { } void button_release() { - for win if (c->w == mouse.subwindow) c->f = 0; - - mouse.subwindow = 0; + cur->f = mouse.subwindow = 0; } void win_add(Window w) {