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
dmenu for lunch applications in dwm
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
526
Commits
1
Branch
1.1 MiB
C
82.7%
Roff
10.5%
Makefile
5.5%
C++
0.7%
Shell
0.7%
Tree:
bf3deb6357
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'bf3deb6357'
${ noResults }
dmenu
/
dmenu_run
2 lines
58 B
Raw
Blame
History
#!/bin/sh
dmenu_path
|
dmenu
"
$@
"
|
${
SHELL
:-
"/bin/sh"
}
&