Various scripts that I maintain

Update README.md

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

matrixfurry.com 36fa7fe6 9214acc0

verified
Changed files
+17 -9
+17 -9
README.md
··· 2 2 3 3 Various scripts that I maintain. 4 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 + 5 16 ## steam-disable-update 6 17 Completely disable steam updates for a game or app. 7 18 ··· 21 32 22 33 Currently only supports FLAC files. 23 34 24 - ## adb-auto-connect 25 - Automatically find and connect to an Android device with Wireless Debugging over the local network. 35 + ## detect-gpu-issues 36 + Detect issues with the GPU. 26 37 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 - ``` 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. 34 42 35 43 ## lh-pairall 36 44 Uses lighthouse_console to reset all SteamVR dongles, then put them all into pairing mode.