sxbm_dmenu: cosmetics
This commit is contained in:
@ -25,13 +25,13 @@ bm_add() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
case "$1" in
|
case "$1" in
|
||||||
"-a"|"--add")
|
"-a"|"--add")
|
||||||
shift && bm_add "$@"
|
shift && bm_add "$@"
|
||||||
;;
|
;;
|
||||||
"-y"|"--yank")
|
"-y"|"--yank")
|
||||||
shift && bm_yank "$@"
|
shift && bm_yank "$@"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
bm_open "$@"
|
bm_open "$@"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|||||||
Reference in New Issue
Block a user