sowm

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

commit 9ddc831b6d833f05ff6055d3af8164accef68052
parent b8e461e13f2c398dc865539553cbaa9a7d572161
Author: Dylan Araps <dylan.araps@gmail.com>
Date:   Mon, 14 Oct 2019 16:21:39 +0300

docs: update

Diffstat:
Msowm.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sowm.c b/sowm.c @@ -58,7 +58,7 @@ static void ws_sel(int i); static client *list = { 0 }; static desktop ws_list[10]; -static int ws = 1, sh, sw, s, j; +static int ws = 1, sh, sw, s, j; static Display *d; static Window root, cur;