Various scripts that I maintain

Update README.md

Signed-off-by: Shiloh Fen <shiloh@shilohfen.com>

matrixfurry.com 36fa7fe6 9214acc0

verified
+17 -9
+17 -9
README.md
··· 2 3 Various scripts that I maintain. 4 5 ## steam-disable-update 6 Completely disable steam updates for a game or app. 7 ··· 21 22 Currently only supports FLAC files. 23 24 - ## adb-auto-connect 25 - Automatically find and connect to an Android device with Wireless Debugging over the local network. 26 27 - You'll need to create a file at `~/.config/adb-auto-connect.nuon` with the MAC Addresses you want to search for. For example: 28 - ```json 29 - [ 30 - "ff:ff:ff:ff:ff:ff", 31 - "aa:aa:aa:aa:aa:aa" 32 - ] 33 - ``` 34 35 ## lh-pairall 36 Uses lighthouse_console to reset all SteamVR dongles, then put them all into pairing mode.
··· 2 3 Various scripts that I maintain. 4 5 + ## adb-auto-connect 6 + Automatically find and connect to an Android device with Wireless Debugging over the local network. 7 + 8 + You'll need to create a file at `~/.config/adb-auto-connect.nuon` with the MAC Addresses you want to search for. For example: 9 + ```json 10 + [ 11 + "ff:ff:ff:ff:ff:ff", 12 + "aa:aa:aa:aa:aa:aa" 13 + ] 14 + ``` 15 + 16 ## steam-disable-update 17 Completely disable steam updates for a game or app. 18 ··· 32 33 Currently only supports FLAC files. 34 35 + ## detect-gpu-issues 36 + Detect issues with the GPU. 37 38 + This was created for my own use on a Framework Laptop 16 with an external dock. 39 + Sometimes, the external GPU will have issues caused by my hacky m.2 to oculink adapter. 40 + 41 + I can't guarantee this will work for you, but it does reliably detect when there is an issue on my system. 42 43 ## lh-pairall 44 Uses lighthouse_console to reset all SteamVR dongles, then put them all into pairing mode.