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
applied dwm-windowscrolling patch
config
arg@f00b4r
17 years ago
parent
f2190c8fc2
commit
82be289985
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
event.c
+ 4
- 0
event.c
View File
@ -144,6 +144,10 @@ buttonpress(XEvent *e) {
setlayout
(
NULL
)
;
break
;
}
else
if
(
ev
-
>
button
=
=
Button4
)
focusclient
(
"
-1
"
)
;
else
if
(
ev
-
>
button
=
=
Button5
)
focusclient
(
"
1
"
)
;
}
else
if
(
(
c
=
getclient
(
ev
-
>
window
)
)
)
{
focus
(
c
)
;
Write
Preview
Loading…
Cancel
Save