X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/fee8df6ccf3ab1494421d422af252f7b3da3a811..0ef6e3103c60510ebde09b74fb0f3590a641e6cc:/event.c?ds=sidebyside diff --git a/event.c b/event.c index 83e1b86..a17034c 100644 --- a/event.c +++ b/event.c @@ -126,6 +126,8 @@ buttonpress(XEvent *e) { if(ev->x < x + bmw) { if(ev->button == Button1) togglemode(NULL); + else if(ev->button == Button3) + togglestackpos(NULL); } } else if((c = getclient(ev->window))) {