This website requires JavaScript.
Explore
Help
Sign in
suckless
/
dmenu
Watch
1
Star
0
Fork
You've already forked dmenu
0
Code
Activity
jakefication
dmenu
/
dmenu_run
3 lines
58 B
Text
Raw
Permalink
Normal View
History
Unescape
Escape
added dmenu run
2007-12-22 14:20:20 +02:00
#!/bin/sh
dmenu_run: Split cache logic to dmenu_path again This allows to run dmenu_path to update the cache using a packager manager hook system
2012-07-30 18:02:12 +03:00
dmenu_path | dmenu "$@" | ${SHELL:-"/bin/sh"} &
Copy permalink