From: Anselm R.Garbe Date: Wed, 9 Aug 2006 16:37:33 +0000 (+0200) Subject: added zoom on Mod1-Button1 on managed clients only (there is no moving possible) X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=c53f0fca912e05cddcfbf79d99678b16d183c67d;hp=c225e1afc23e6862f9864bad3b7b11399dda36a1;p=dwm.git added zoom on Mod1-Button1 on managed clients only (there is no moving possible) --- diff --git a/event.c b/event.c index 2e4f62e..b6beed5 100644 --- a/event.c +++ b/event.c @@ -131,6 +131,8 @@ buttonpress(XEvent *e) higher(c); movemouse(c); } + else + zoom(NULL); break; case Button2: lower(c);