all repos — dwm @ c53f0fca912e05cddcfbf79d99678b16d183c67d

my dwm build

added zoom on Mod1-Button1 on managed clients only (there is no moving possible)
Anselm R.Garbe arg@10ksloc.org
Wed, 09 Aug 2006 18:37:33 +0200
commit

c53f0fca912e05cddcfbf79d99678b16d183c67d

parent

c225e1afc23e6862f9864bad3b7b11399dda36a1

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M event.cevent.c

@@ -131,6 +131,8 @@ if(!c->ismax && (arrange == dofloat || c->isfloat)) {

higher(c); movemouse(c); } + else + zoom(NULL); break; case Button2: lower(c);