sxbm_dmenu: cosmetics
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user