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
prepared 0.8
config
Anselm R.Garbe
18 years ago
parent
c3e5f5cc9a
commit
0680c76a6f
2 changed files
with
3 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
dwm.html
+1
-0
main.c
+ 2
- 2
dwm.html
View File
@ -103,8 +103,8 @@
<
/
ul
>
<
h3
>
Download
<
/
h3
>
<
ul
>
<
li
>
<
a
href
=
"http://10kloc.org/download/dwm-0.
7.tar.gz"
>
dwm 0.7
<
/
a
>
(14kb) (2006080
7
)
<
/
li
>
<
li
>
<
a
href
=
"http://10kloc.org/download/dmenu-0.
2.tar.gz"
>
dmenu 0.2
<
/
a
>
(7kb) (2006080
7
)
<
/
li
>
<
li
>
<
a
href
=
"http://10kloc.org/download/dwm-0.
8.tar.gz"
>
dwm 0.8
<
/
a
>
(14kb) (200608
1
0)
<
/
li
>
<
li
>
<
a
href
=
"http://10kloc.org/download/dmenu-0.
3.tar.gz"
>
dmenu 0.3
<
/
a
>
(7kb) (200608
1
0)
<
/
li
>
<
/
ul
>
<
h3
>
Development
<
/
h3
>
<
p
>
+ 1
- 0
main.c
View File
@ -253,6 +253,7 @@ main(int argc, char *argv[])
scan
(
)
;
/* main event loop, also reads status text from stdin */
XSync
(
dpy
,
False
)
;
while
(
running
)
{
FD_ZERO
(
&
rd
)
;
if
(
readin
)
Write
Preview
Loading…
Cancel
Save