Script to run other dmenu scripts in path.

This commit is contained in:
cronyakatsuki 2022-06-19 20:02:44 +02:00
parent a8516f7a54
commit 230af392e8

5
dmenu-runner Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
choice=$(dmenu_path | grep dmenu- | dmenu -p "Choose script to run:")
$choice