dmenu-scripts/dmenu-runner

8 lines
121 B
Plaintext
Raw Normal View History

#!/bin/sh
2022-10-30 16:07:16 +01:00
. $HOME/.config/dmenu/config
2022-07-17 11:03:13 +02:00
choice=$(dmenu_path | grep dmenu- | $DMENU -p "Choose script to run:")
$choice