dmenu-scripts/dmenu-runner

8 lines
126 B
Plaintext
Raw Normal View History

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