This website works better with JavaScript.
Explore
Help
Register
Sign In
jasper
/
dmenu
Watch
1
Star
0
Fork
You've already forked dmenu
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
096fb3723b
develop
suckless/develop
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '096fb3723b'
${ noResults }
dmenu
/
dmenu_run
3 lines
60 B
Plaintext
Raw
Normal View
History
Unescape
Escape
added dmenu run
17 years ago
#!/bin/sh
fixed unquoted dmenu_run $exe-use reported by Jukka
17 years ago
exe=`dmenu_path | dmenu ${1+"$@"}` && exec "$exe"