mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-08 15:40:34 -04:00
While the steam client will drive wifi debug mode for now add some scripts that directly talk to it over dbus to enable disable, and check the current debug modes. Signed-off-by: Jeremy Whiting <jeremy.whiting@collabora.com>
5 lines
185 B
Bash
5 lines
185 B
Bash
#!/bin/bash
|
|
# Get wifi debugmode from steamos-manager
|
|
|
|
busctl call com.steampowered.SteamOSManager1 /com/steampowered/SteamOSManager1 com.steampowered.SteamOSManager1 GetWifiDebugMode
|
|
|