This website works better with JavaScript.
Home
Explore
Help
Sign In
gmarx
/
dwm-macbookair
mirror of
https://github.com/gmarxcc/dwm-macbookair
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
don't resize master if not in tiled mode
main
Anselm R. Garbe
17 years ago
parent
c3527bea57
commit
4cff744438
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
view.c
+ 2
- 0
view.c
View File
@ -177,6 +177,8 @@ isvisible(Client *c) {
void
resizemaster
(
Arg
*
arg
)
{
if
(
arrange
!
=
dotile
)
return
;
if
(
arg
-
>
i
=
=
0
)
master
=
MASTER
;
else
{
Write
Preview
Loading…
Cancel
Save