diff --git a/sowm.c b/sowm.c
index fcd1265..527ce8d 100644
--- 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);