Script to run other dmenu scripts in path.
This commit is contained in:
parent
a8516f7a54
commit
230af392e8
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…
Reference in New Issue
Block a user