dwm-meillo
diff event.c @ 520:834a77509a64
Button3 click on mode label toggles stack position now
author | Anselm R. Garbe <arg@10kloc.org> |
---|---|
date | Thu, 05 Oct 2006 09:37:11 +0200 |
parents | ede48935f2b3 |
children | 451f19d48845 |
line diff
1.1 --- a/event.c Fri Sep 29 19:06:27 2006 +0200 1.2 +++ b/event.c Thu Oct 05 09:37:11 2006 +0200 1.3 @@ -126,6 +126,8 @@ 1.4 if(ev->x < x + bmw) { 1.5 if(ev->button == Button1) 1.6 togglemode(NULL); 1.7 + else if(ev->button == Button3) 1.8 + togglestackpos(NULL); 1.9 } 1.10 } 1.11 else if((c = getclient(ev->window))) {