choose wifi on start

This commit is contained in:
Adrian Amaglio 2022-03-01 02:28:05 +01:00
parent 862e50a6e0
commit 4735d58b77

View File

@ -5,4 +5,5 @@ if [[ "$(nmcli radio wifi)" = "enabled" ]] ; then
else
nmcli radio wifi on
notify-send "Wifi is now" on
wifi_chooser
fi