X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=event.c;h=9da7ac407a5ad0cc2d5f199fde7daee92979bf28;hb=349cadacf6c978f42ca582c57413895c1be52d66;hp=e452167460a59d7c1034bac80a705725e784b1d1;hpb=292ccc4c43d9529cb6db0973fcab6e24c73607a5;p=dwm.git diff --git a/event.c b/event.c index e452167..9da7ac4 100644 --- a/event.c +++ b/event.c @@ -109,7 +109,7 @@ buttonpress(XEvent *e) x += textw(tags[a.i]); if(ev->x < x) { if(ev->button == Button3) - viewextend(&a); + toggleview(&a); else view(&a); return;