updated prompt script to work better with my build of dmenu
This commit is contained in:
parent
8b7c1eba3e
commit
37f6e3ca97
@ -7,7 +7,7 @@
|
||||
|
||||
# Taken shamelessly from Luke Smith
|
||||
|
||||
choice=$(echo -e "No\nYes" | dmenu -i -p "$1")
|
||||
choice=$(echo -e "No\nYes" | dmenu -bw 0 -i -p "$1")
|
||||
|
||||
if [ $choice = "Yes" ]
|
||||
then
|
||||
|
||||
Loading…
Reference in New Issue
Block a user