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
let not overlap the borders
config
Anselm R. Garbe
17 years ago
parent
aa53e39ec0
commit
b5eea45a31
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
layout.c
+ 1
- 1
layout.c
View File
@ -175,7 +175,7 @@ tile(const char *arg) {
}
}
resize
(
c
,
nx
,
ny
,
nw
,
nh
,
False
)
;
resize
(
c
,
nx
,
ny
,
nw
,
nh
,
False
)
;
if
(
n
>
1
&
&
th
!
=
wah
)
if
(
n
>
1
&
&
th
!
=
wah
)
ny
+
=
nh
;
ny
+
=
nh
+
2
*
c
-
>
border
;
i
+
+
;
i
+
+
;
}
}
else
else
Write
Preview
Loading…
Cancel
Save