mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-03 06:44:21 +02:00
rofi-wifi: do not wait to be connected
This commit is contained in:
parent
e976afc1a3
commit
0cf312b7aa
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue