From afe313dc593585151c60b8db23dd8fd3a0e4e0b5 Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Wed, 5 Jun 2024 18:54:10 +0200 Subject: [PATCH] Add prompt fix + monitor eDP-1 --- bash/bin/launch-menu | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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