sowm

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

commit cd8d42c856a3030da672249db576c7aab4249f9e
parent 5822db39a61699bfc5de0985e91c1f55025381f9
Author: Dylan Araps <dylan.araps@gmail.com>
Date:   Tue, 15 Oct 2019 15:00:15 +0300

rounded-corners: rebase

Diffstat:
Mpatches/sowm-rounded-corners.patch | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/patches/sowm-rounded-corners.patch b/patches/sowm-rounded-corners.patch @@ -55,7 +55,7 @@ index b9e8867..4c0b3fa 100644 } else XMoveResizeWindow(d, cur, c->a.x, c->a.y, c->a.width, c->a.height); + -+ win_round_corners(w, c->f ? 0 : ROUND_CORNERS); ++ win_round_corners(cur, c->f ? 0 : ROUND_CORNERS); } }