sowm

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

commit a9ae5f966063f6838dce0df026d55667e843a007
parent d975b6f755d33b28b5817bcd11d856604c343d4e
Author: Dylan Araps <dylan.araps@gmail.com>
Date:   Tue, 15 Oct 2019 14:57:04 +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 @@ -109,9 +109,9 @@ index b9e8867..4c0b3fa 100644 /* This function simply moves the focused window to the desired desktop. -@@ -533,6 +586,7 @@ void map_request(XEvent *e) { +@@ -510,6 +510,7 @@ void map_request(XEvent *e) { EnterWindowMask|FocusChangeMask); - win_center(w); + win_center((Arg){.i = w}); XMapWindow(d, w); + win_round_corners(w, ROUND_CORNERS); FOC(w);