Drop wmenu -x option

This commit is contained in:
adnano 2024-05-02 14:44:09 -04:00
parent e4c4627eeb
commit 6a39269d2e
5 changed files with 4 additions and 61 deletions

View file

@ -32,4 +32,4 @@ path() {
fi
}
path | wmenu -x "$@"
path | wmenu "$@" | ${SHELL:-"/bin/sh"} &