Force wifi to unblock when we go to set it up
Wifi can sometimes get turned off by computers when running on low power or in some sleep modes
This commit is contained in:
parent
8e4baa6cd1
commit
41677ad7e1
@ -133,7 +133,7 @@ show_setup_menu() {
|
||||
|
||||
case $(menu "Setup" "$options") in
|
||||
*Audio*) alacritty --class=Wiremix -e wiremix ;;
|
||||
*Wifi*) alacritty --class=Impala -e impala ;;
|
||||
*Wifi*) alacritty --class=Impala -e bash -c "rfkill unblock wifi; impala" ;;
|
||||
*Bluetooth*) blueberry ;;
|
||||
*Power*) show_setup_power_menu ;;
|
||||
*Monitors*) edit_in_nvim ~/.config/hypr/monitors.conf ;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user