mirror of
https://github.com/dylanaraps/sowm.git
synced 2025-05-19 09:30:24 -07:00
sowm: remove now pointless checks
This commit is contained in:
parent
7316c149b8
commit
fa3c276ce6
4
sowm.c
4
sowm.c
@ -218,11 +218,11 @@ void ws_go(const Arg arg) {
|
|||||||
ws_save(ws);
|
ws_save(ws);
|
||||||
ws_sel(arg.i);
|
ws_sel(arg.i);
|
||||||
|
|
||||||
if (list) for win XMapWindow(d, c->w);
|
for win XMapWindow(d, c->w);
|
||||||
|
|
||||||
ws_sel(tmp);
|
ws_sel(tmp);
|
||||||
|
|
||||||
if (list) for win XUnmapWindow(d, c->w);
|
for win XUnmapWindow(d, c->w);
|
||||||
|
|
||||||
ws_sel(arg.i);
|
ws_sel(arg.i);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user