sowm

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

commit d975b6f755d33b28b5817bcd11d856604c343d4e
parent 8ccbddc062c18807af9adef91439af2497f99689
Author: Dylan Araps <dylan.araps@gmail.com>
Date:   Tue, 15 Oct 2019 14:56:19 +0300

rounded-corners: rebase

Diffstat:
Mpatches/sowm-rounded-corners.patch | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/patches/sowm-rounded-corners.patch b/patches/sowm-rounded-corners.patch @@ -50,10 +50,10 @@ index b9e8867..4c0b3fa 100644 for WIN if (c->w == mouse.subwindow) c->f = 0; } } -@@ -364,9 +368,58 @@ void win_fs(Window w) { +@@ -367,6 +367,8 @@ void win_fs() { } else - XMoveResizeWindow(d, w, c->a.x, c->a.y, c->a.width, c->a.height); + XMoveResizeWindow(d, cur, c->a.x, c->a.y, c->a.width, c->a.height); + + win_round_corners(w, c->f ? 0 : ROUND_CORNERS); }