summaryrefslogtreecommitdiff
path: root/scripts/Scripts/run
blob: 283fa2133a8ca33d1bd70a23262e9232494254c5 (plain)
1
2
3
4
5
#!/usr/bin/env bash
cmd=$(echo "" | rofi -dmenu -theme ~/.config/rofi/run.rasi -p "")
if [ -n "$cmd" ]; then
	coproc ( eval "$cmd" > /dev/null 2>&1 )
fi