1
0
mirror of https://github.com/mintycube/dwm.git synced 2024-10-22 12:05:45 +00:00
This commit is contained in:
bakkeby 2020-03-23 16:15:40 +01:00
parent 7bc3cf765e
commit ceed6813d3

@ -4,6 +4,7 @@ focusstack(const Arg *arg)
int i = stackpos(arg);
Client *c, *p;
snprintf(selmon->ltsymbol, sizeof selmon->ltsymbol, "%d", n);
if (i < 0)
return;