commit 117b04d4a62494ab9795a73aee99b492f73d6cf1 parent 144c153844d7d32e00928a6743fb1a8da34a11ff Author: Dylan Araps <dylan.araps@gmail.com> Date: Sun, 20 Oct 2019 23:34:29 +0300 sowm: fix workspace issue Diffstat:
M | sowm.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sowm.c b/sowm.c @@ -226,7 +226,7 @@ void ws_go(const Arg arg) { ws_sel(arg.i); - if (list) win_focus(list); + if (list) win_focus(list); else cur = 0; } void configure_request(XEvent *e) {