made shortcuts like proposed by Sander, renamed viewextend to toggleview (more clear)

This commit is contained in:
Anselm R.Garbe
2006-08-13 17:58:06 +02:00
parent 292ccc4c43
commit 349cadacf6
5 changed files with 19 additions and 19 deletions

@ -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;