Script to run other dmenu scripts in path.
This commit is contained in:
parent
a8516f7a54
commit
230af392e8
1 changed files with 5 additions and 0 deletions
5
dmenu-runner
Executable file
5
dmenu-runner
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
choice=$(dmenu_path | grep dmenu- | dmenu -p "Choose script to run:")
|
||||
|
||||
$choice
|
Loading…
Add table
Add a link
Reference in a new issue