sowm

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

commit 72a0f32dd4aa9174de63fb05f4f95940d7137359
parent fa96cc7b185711079954448d265490e42cd9ccdb
Author: Dylan Araps <dylan.araps@gmail.com>
Date:   Wed, 16 Oct 2019 15:22:28 +0300

docs: update

Diffstat:
Msowm.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/sowm.c b/sowm.c @@ -401,6 +401,7 @@ void win_to_ws(const Arg arg) { */ void win_next() { win_current(); + for win if (c->w == cur) { c = c->next ? c->next : list;