dmenu: fix return message not showing in dmenu

This commit is contained in:
NRK
2021-09-09 14:26:09 +06:00
parent 38d907fed1
commit fc15ab5371

View File

@ -14,7 +14,7 @@ bm_yank() {
}
bm_add() {
$sxbm add "$@" | $prompt
$sxbm add "$@" 2>&1 | xargs -I{} $prompt -p {}
}
case "$1" in