dmenu: fix return message not showing in dmenu
This commit is contained in:
@ -14,7 +14,7 @@ bm_yank() {
|
||||
}
|
||||
|
||||
bm_add() {
|
||||
$sxbm add "$@" | $prompt
|
||||
$sxbm add "$@" 2>&1 | xargs -I{} $prompt -p {}
|
||||
}
|
||||
|
||||
case "$1" in
|
||||
|
||||
Reference in New Issue
Block a user