This commit is contained in:
2023-03-08 15:31:26 +05:00
parent 264d8f9d82
commit b5112c9a9a
5 changed files with 3 additions and 7 deletions

2
dwm.c
View File

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