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
using foo layout during cleanup (suggested by Gottox), add Arg->v handling for togglelayout() suggested by anydot
main
Anselm R Garbe
16 years ago
parent
38a43c2dcc
commit
5d422bb1ce
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
dwm.c
+ 1
- 1
dwm.c
View File
@ -363,7 +363,7 @@ checkotherwm(void) {
void
void
cleanup
(
void
)
{
cleanup
(
void
)
{
Arg
a
=
{
.
i
=
~
0
}
;
Arg
a
=
{
.
i
=
~
0
}
;
Layout
foo
=
{
0
}
;
Layout
foo
=
{
"
"
,
NULL
}
;
close
(
STDIN_FILENO
)
;
close
(
STDIN_FILENO
)
;
view
(
&
a
)
;
view
(
&
a
)
;
Write
Preview
Loading…
Cancel
Save