made shortcuts like proposed by Sander, renamed viewextend to toggleview (more clear)
This commit is contained in:
parent
292ccc4c43
commit
349cadacf6
5 changed files with 19 additions and 19 deletions
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue