made shortcuts like proposed by Sander, renamed viewextend to toggleview (more clear)
This commit is contained in:
2
event.c
2
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;
|
||||
|
Reference in New Issue
Block a user