X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/3794c6294535518fdcdf2ceb434875584189aa1e..879241c05cbf959304a2dc4f2fabcdcecaea5092:/event.c?ds=inline diff --git a/event.c b/event.c index b6a77fd..3086284 100644 --- a/event.c +++ b/event.c @@ -140,7 +140,8 @@ buttonpress(XEvent *e) { if(ev->x < x + blw) switch(ev->button) { case Button1: - togglelayout(NULL); + a.i = -1; + setlayout(&a); break; case Button4: a.i = 1;