···2233Various scripts that I maintain.
4455+## adb-auto-connect
66+Automatically find and connect to an Android device with Wireless Debugging over the local network.
77+88+You'll need to create a file at `~/.config/adb-auto-connect.nuon` with the MAC Addresses you want to search for. For example:
99+```json
1010+[
1111+ "ff:ff:ff:ff:ff:ff",
1212+ "aa:aa:aa:aa:aa:aa"
1313+]
1414+```
1515+516## steam-disable-update
617Completely disable steam updates for a game or app.
718···21322233Currently only supports FLAC files.
23342424-## adb-auto-connect
2525-Automatically find and connect to an Android device with Wireless Debugging over the local network.
3535+## detect-gpu-issues
3636+Detect issues with the GPU.
26372727-You'll need to create a file at `~/.config/adb-auto-connect.nuon` with the MAC Addresses you want to search for. For example:
2828-```json
2929-[
3030- "ff:ff:ff:ff:ff:ff",
3131- "aa:aa:aa:aa:aa:aa"
3232-]
3333-```
3838+This was created for my own use on a Framework Laptop 16 with an external dock.
3939+Sometimes, the external GPU will have issues caused by my hacky m.2 to oculink adapter.
4040+4141+I can't guarantee this will work for you, but it does reliably detect when there is an issue on my system.
34423543## lh-pairall
3644Uses lighthouse_console to reset all SteamVR dongles, then put them all into pairing mode.