added zoom on Mod1-Button1 on managed clients only (there is no moving possible)

This commit is contained in:
Anselm R.Garbe 2006-08-09 18:37:33 +02:00
parent c225e1afc2
commit c53f0fca91

View File

@ -131,6 +131,8 @@ buttonpress(XEvent *e)
higher(c); higher(c);
movemouse(c); movemouse(c);
} }
else
zoom(NULL);
break; break;
case Button2: case Button2:
lower(c); lower(c);