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 Jukkas remark (dunno if this is correct though)
config
arg@mmvi
18 years ago
parent
3c4b7672a8
commit
114cc3ec02
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
view.c
+ 2
- 2
view.c
View File
@ -112,12 +112,12 @@ dotile(Arg *arg) {
for
(
i
=
0
,
c
=
clients
;
c
;
c
=
c
-
>
next
)
{
if
(
isvisible
(
c
)
)
{
if
(
c
-
>
ismax
)
togglemax
(
c
)
;
if
(
c
-
>
isfloat
)
{
resize
(
c
,
True
,
TopLeft
)
;
continue
;
}
if
(
c
-
>
ismax
)
togglemax
(
c
)
;
if
(
n
=
=
1
)
{
c
-
>
x
=
sx
;
c
-
>
y
=
sy
+
bh
;
Write
Preview
Loading…
Cancel
Save