···23Various scripts that I maintain.
4000000000005## steam-disable-update
6Completely disable steam updates for a game or app.
7···2122Currently only supports FLAC files.
2324-## adb-auto-connect
25-Automatically find and connect to an Android device with Wireless Debugging over the local network.
2627-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-```
3435## lh-pairall
36Uses lighthouse_console to reset all SteamVR dongles, then put them all into pairing mode.
···23Various scripts that I maintain.
45+## 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
17Completely disable steam updates for a game or app.
18···3233Currently only supports FLAC files.
3435+## detect-gpu-issues
36+Detect issues with the GPU.
3738+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.
0004243## lh-pairall
44Uses lighthouse_console to reset all SteamVR dongles, then put them all into pairing mode.