diff --git a/bash/bin/launch-menu b/bash/bin/launch-menu index 30dbcf92..02334cac 100755 --- a/bash/bin/launch-menu +++ b/bash/bin/launch-menu @@ -1,2 +1,3 @@ #!/usr/bin/env bash -bemenu --no-cursor --no-touch --ignorecase --prompt ${1} accept-single --bottom --border 2 --monitor DP-1 --no-overlap --wrap --list 20 --margin 20 +[[ -n "${1}" ]] && PROMPT=${1} || PROMPT=menu +bemenu --no-cursor --no-touch --ignorecase --prompt ${PROMPT} accept-single --bottom --border 2 --monitor DP-1 --monitor eDP-1 --no-overlap --wrap --list 20 --margin 20