applied Jeroen Schot's shiftview patch
This commit is contained in:
parent
82be289985
commit
e0cfe07648
3 changed files with 23 additions and 0 deletions
4
event.c
4
event.c
|
@ -135,6 +135,10 @@ buttonpress(XEvent *e) {
|
|||
else
|
||||
toggleview(buf);
|
||||
}
|
||||
else if(ev->button == Button4)
|
||||
shiftview("-1");
|
||||
else if(ev->button == Button5)
|
||||
shiftview("1");
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue