This website works better with JavaScript.
Home
Explore
Help
Sign In
Linux
/
dwm
generated from
gmarx/git-template
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
added zoom on Mod1-Button1 on managed clients only (there is no moving possible)
config
Anselm R.Garbe
18 years ago
parent
c225e1afc2
commit
c53f0fca91
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
event.c
+ 2
- 0
event.c
View File
@ -131,6 +131,8 @@ buttonpress(XEvent *e)
higher
(
c
)
;
movemouse
(
c
)
;
}
else
zoom
(
NULL
)
;
break
;
case
Button2
:
lower
(
c
)
;
Write
Preview
Loading…
Cancel
Save