sxbm_dmenu: cosmetics

This commit is contained in:
NRK
2022-11-12 10:22:32 +06:00
parent 15abf3c12a
commit 975409b01b

View File

@ -25,13 +25,13 @@ bm_add() {
}
case "$1" in
"-a"|"--add")
"-a"|"--add")
shift && bm_add "$@"
;;
"-y"|"--yank")
;;
"-y"|"--yank")
shift && bm_yank "$@"
;;
*)
;;
*)
bm_open "$@"
;;
;;
esac