diff --git a/dwm b/dwm index 219ec19..48de039 100755 Binary files a/dwm and b/dwm differ diff --git a/dwm.c b/dwm.c index 219acb9..78e5747 100644 --- a/dwm.c +++ b/dwm.c @@ -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); diff --git a/dwm.o b/dwm.o index c8d43f3..bf9cf28 100644 Binary files a/dwm.o and b/dwm.o differ