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
status needs update even in togglemax() - since we got an indicator for this
config
Anselm R. Garbe
17 years ago
parent
84432e6b36
commit
4bd4f421d3
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
layout.c
+ 1
- 0
layout.c
View File
@ -206,6 +206,7 @@ togglemax(Arg arg) {
}
else
resize
(
sel
,
sel
-
>
rx
,
sel
-
>
ry
,
sel
-
>
rw
,
sel
-
>
rh
,
True
)
;
drawstatus
(
)
;
while
(
XCheckMaskEvent
(
dpy
,
EnterWindowMask
,
&
ev
)
)
;
}
Write
Preview
Loading…
Cancel
Save