I found a workaround.

I made a simple bash script called "toggle-networking.sh", with the contents:
#! /bin/bash
nmcli radio wifi off && nmcli radio wifi on

This turns my wifi off and then back on. I can run it from my desktop.

Reply via email to