use --index instead of -idx for compatibility with bemenu, requires similar patch for dmenu
This commit is contained in:
parent
088fd0b593
commit
a9ac024fe9
3 changed files with 3 additions and 3 deletions
|
@ -223,7 +223,7 @@ menumaptype() {
|
|||
CHOICE="$(
|
||||
echo "$CHOICES" |
|
||||
awk -F^ '{ print $1 }' |
|
||||
dmenu -ix "$IDX" -p "Map Type" |
|
||||
dmenu --index "$IDX" -p "Map Type" |
|
||||
awk '{$1=$1};1'
|
||||
)"
|
||||
echo "$CHOICE" | grep "Close Menu" && exit 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue