This website works better with JavaScript.
Home
Explore
Help
Sign In
Linux
/
dmenu
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
small change
master
arg@10ksloc.org
18 years ago
parent
d8d17f369e
commit
2535072fd8
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
main.c
+ 1
- 1
main.c
View File
@ -335,7 +335,7 @@ main(int argc, char *argv[])
dpy
=
XOpenDisplay
(
0
)
;
if
(
!
dpy
)
eprint
(
"
dmenu: cannot open dpy
\n
"
)
;
eprint
(
"
dmenu: cannot open d
is
p
la
y
\n
"
)
;
screen
=
DefaultScreen
(
dpy
)
;
root
=
RootWindow
(
dpy
,
screen
)
;
Write
Preview
Loading…
Cancel
Save