broken 2
This commit is contained in:
parent
b5112c9a9a
commit
d3743c55f3
2
dwm.c
2
dwm.c
|
@ -482,6 +482,8 @@ buttonpress(XEvent *e)
|
||||||
goto execute_handler;
|
goto execute_handler;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
x += TEXTW(selmon->ltsymbol);
|
||||||
|
|
||||||
for(i = 0; i < LENGTH(launchers); i++) {
|
for(i = 0; i < LENGTH(launchers); i++) {
|
||||||
x += TEXTW(launchers[i].name);
|
x += TEXTW(launchers[i].name);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue