Introduction
Introduction Statistics Contact Development Disclaimer Help
tadded zoom on Mod1-Button1 on managed clients only (there is no moving possibl…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit c53f0fca912e05cddcfbf79d99678b16d183c67d
parent c225e1afc23e6862f9864bad3b7b11399dda36a1
Author: Anselm R.Garbe <[email protected]>
Date: Wed, 9 Aug 2006 18:37:33 +0200
added zoom on Mod1-Button1 on managed clients only (there is no moving possible)
Diffstat:
M event.c | 2 ++
1 file changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/event.c b/event.c
t@@ -131,6 +131,8 @@ buttonpress(XEvent *e)
higher(c);
movemouse(c);
}
+ else
+ zoom(NULL);
break;
case Button2:
lower(c);
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.