From 37f6e3ca97faecd3015335f585bdfc278b92864b Mon Sep 17 00:00:00 2001 From: Solomon Laing Date: Fri, 2 Apr 2021 04:11:37 +1030 Subject: [PATCH] updated prompt script to work better with my build of dmenu --- .scripts/prompt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scripts/prompt b/.scripts/prompt index 8c33fac..678428c 100755 --- a/.scripts/prompt +++ b/.scripts/prompt @@ -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