sowm

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

commit 8ccbddc062c18807af9adef91439af2497f99689
parent 1fc724a28d7f8dc2eabe8e7ad16cb855103263ae
Author: Dylan Araps <dylan.araps@gmail.com>
Date:   Tue, 15 Oct 2019 14:54:57 +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 @@ -33,8 +33,8 @@ index b9e8867..4c0b3fa 100644 #include <stdlib.h> #include <signal.h> #include <unistd.h> -@@ -61,6 +62,7 @@ static void win_fs(Window w); - static void win_fs_current(); +@@ -59,6 +59,7 @@ static void win_del(Window w); + static void win_fs(); static void win_kill(); static void win_next(); +static void win_round_corners(Window w, int rad);