This website works better with JavaScript.
Home
Explore
Help
Sign In
tovi
/
dwm
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
sanders patch for b2 toggle
master
arg@suckless.org
17 years ago
parent
34e7872c89
commit
3033d45d1c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
dwm.c
+ 1
- 1
dwm.c
View File
@ -340,7 +340,7 @@ buttonpress(XEvent *e) {
movemouse
(
c
)
;
}
else
if
(
ev
-
>
button
=
=
Button2
)
{
if
(
(
floating
!
=
layout
-
>
arrange
)
&
&
!
c
-
>
isfixed
&
&
c
-
>
isfloating
)
if
(
(
floating
!
=
layout
-
>
arrange
)
&
&
c
-
>
isfloating
)
togglefloating
(
NULL
)
;
else
zoom
(
NULL
)
;
Write
Preview
Loading…
Cancel
Save