This website works better with JavaScript.
Home
Explore
Help
Sign In
tovi
/
dmenu
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
254
Commits
1
Branch
1.1 MiB
Tree:
096fb3723b
dmenu
/
dmenu_run
2 lines
60 B
Raw
Normal View
History
added dmenu run
18 years ago
fixed unquoted dmenu_run $exe-use reported by Jukka
17 years ago
#!/bin/sh
exe=`dmenu_path | dmenu ${1+"$@"}` && exec "$exe"