sineto / nmcli-rofi

A simple manager for network connections using rofi and nmcli
MIT License
62 stars 16 forks source link

Device selection #12

Open jonnieey opened 4 years ago

jonnieey commented 4 years ago

I have two wireless adapters. When I connect to a network, it only uses the internal device to connect. Is it be possible to use the device from the selected option?

I duplicated the get_ssid function and used AWKSSIDPOS + 3 to get device selected as a quick fix.