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
don't check for monocle layout in zoom() exit condition
master
garbeam@gmail.com
14 years ago
parent
1147546122
commit
60c06a7cb4
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
dwm.c
+ 0
- 1
dwm.c
View File
@ -2034,7 +2034,6 @@ zoom(const Arg *arg) {
Client
*
c
=
selmon
-
>
sel
;
if
(
!
selmon
-
>
lt
[
selmon
-
>
sellt
]
-
>
arrange
|
|
selmon
-
>
lt
[
selmon
-
>
sellt
]
-
>
arrange
=
=
monocle
|
|
(
selmon
-
>
sel
&
&
selmon
-
>
sel
-
>
isfloating
)
)
return
;
if
(
c
=
=
nexttiled
(
selmon
-
>
clients
)
)
Write
Preview
Loading…
Cancel
Save