sowm

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

commit fa3c276ce6d7c4113420385e40701b625df53fd8
parent 7316c149b8683d820474445bae765e9f3bbc5151
Author: Dylan Araps <dylan.araps@gmail.com>
Date:   Sat, 19 Oct 2019 13:24:17 +0300

sowm: remove now pointless checks

Diffstat:
Msowm.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sowm.c b/sowm.c @@ -218,11 +218,11 @@ void ws_go(const Arg arg) { ws_save(ws); ws_sel(arg.i); - if (list) for win XMapWindow(d, c->w); + for win XMapWindow(d, c->w); ws_sel(tmp); - if (list) for win XUnmapWindow(d, c->w); + for win XUnmapWindow(d, c->w); ws_sel(arg.i);