dotfiles/.config/dmenu_script/config

6 lines
78 B
Plaintext

scripts_root=$HOME/Scripts/dmenu_script/
run () {
"$1" | rofi -dmenu -i
}