sowm

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

commit b8c254aa60617c44ce8495b6627bc1aa374c414d
parent b6f952d943ff90ba90fe1962eab1491320b4627d
Author: Dylan Araps <dylan.araps@gmail.com>
Date:   Sat, 12 Oct 2019 01:12:14 +0300

docs: update

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

diff --git a/sowm.c b/sowm.c @@ -308,7 +308,7 @@ void win_next() { client *c; if (cur != NULL && head != NULL) { - if (cur->next == NULL) + if (cur->next == NULL) c = head; else c = cur->next;