This commit is contained in:
BitHeaven-Official 2023-03-08 15:53:25 +05:00
parent b5112c9a9a
commit d3743c55f3
3 changed files with 2 additions and 0 deletions

BIN
dwm

Binary file not shown.

2
dwm.c
View File

@ -482,6 +482,8 @@ buttonpress(XEvent *e)
goto execute_handler;
}
x += TEXTW(selmon->ltsymbol);
for(i = 0; i < LENGTH(launchers); i++) {
x += TEXTW(launchers[i].name);

BIN
dwm.o

Binary file not shown.