mirror of
https://github.com/pikami/dwm.git
synced 2025-05-11 02:42:46 +01:00
added zoom on Mod1-Button1 on managed clients only (there is no moving possible)
This commit is contained in:
parent
c225e1afc2
commit
c53f0fca91
2
event.c
2
event.c
@ -131,6 +131,8 @@ buttonpress(XEvent *e)
|
||||
higher(c);
|
||||
movemouse(c);
|
||||
}
|
||||
else
|
||||
zoom(NULL);
|
||||
break;
|
||||
case Button2:
|
||||
lower(c);
|
||||
|
Loading…
x
Reference in New Issue
Block a user