rofi-wifi: do not wait to be connected

This commit is contained in:
Vincent Bernat 2021-07-29 07:35:55 +02:00
parent e976afc1a3
commit 0cf312b7aa

View file

@ -62,7 +62,7 @@ case $ROFI_RETV in
>&2 nmcli radio wifi off >&2 nmcli radio wifi off
;; ;;
*) *)
>&2 nmcli device wifi connect ${ROFI_INFO} >&2 nmcli -w 0 device wifi connect ${ROFI_INFO}
exit 0 exit 0
;; ;;
esac esac