Button3 click on mode label toggles stack position now
This commit is contained in:
parent
c8e57332d1
commit
d9c475d7f4
2 changed files with 5 additions and 2 deletions
2
event.c
2
event.c
|
@ -126,6 +126,8 @@ buttonpress(XEvent *e) {
|
|||
if(ev->x < x + bmw) {
|
||||
if(ev->button == Button1)
|
||||
togglemode(NULL);
|
||||
else if(ev->button == Button3)
|
||||
togglestackpos(NULL);
|
||||
}
|
||||
}
|
||||
else if((c = getclient(ev->window))) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue