···3344Various scripts that I maintain.
5566-# LyricFetch
66+# steam-disable-update
77+Completely disable steam updates for a game or app.
88+99+Usage: `steam-disable-update <appid>`
1010+Allow updates: `steam-disable-update --revert <appid>`
1111+1212+Caveats to this approach:
1313+- Your "last played" time will never update
1414+- I haven't used it in a long time, so I can't guarantee it will work
1515+- It might cause other bugs, I haven't tested it extensively
1616+1717+# lyricfetch
1818+1919+> NOTE: I reccomend using a [lrclib](https://lrclib.net/) client such as [lrcget](https://github.com/tranxuanthang/lrcget) or [Chronograph](https://flathub.org/apps/io.github.dzheremi2.lrcmake-gtk) instead!
720821Fetches lyrics from Genius using a [Dumb](https://github.com/rramiachraf/dumb) instance, and adds them to your music library's metadata.
9221010-Currently only supports FLAC files. In the future, timesynced lyrics may be supported.
2323+Currently only supports FLAC files.
11241212-# ADB Auto Connect
2525+# adb-auto-connect
1326Automatically find and connect to an Android device with Wireless Debugging over the local network.
14271528You'll need to create a file at `~/.config/adb-auto-connect.nuon` with the MAC Addresses you want to search for. For example:
···2033]
2134```
22352323-# Auto Benchmark
3636+# lh-pairall
3737+Uses lighthouse_console to reset all SteamVR dongles, then put them all into pairing mode.
3838+3939+# auto-benchmark
2440Set up and run a Blender benchmark on the specified device, then automatically
2541compare your results to the results on [Blender Open Data](https://opendata.blender.org/).
2642···3652# oscavmgr-launch
3753Slightly modified version of Galister's oscavmgr start script. Launches oscavmgr and VrcAdvert together.
38543939-# GNOME extension toggle
5555+# toggle-extension
4056Provides an easy way to toggle a GNOME extension. Useful for setting up keyboard shortcuts.
41574242-# Start Service if Needed
5858+# start-service-if-neeeded
4359Starts a systemd service if it is not already started, otherwise do nothing.
4460Useful if you only want to ask for the password when the service actually needs
4561to be started.
46624747-# kernel-blu checker
4848-6363+# notify-kernel-blu
4964Notifies you if you're not using [kernel-blu](https://copr.fedorainfracloud.org/coprs/sentry/kernel-blu).
5065Useful if you have multiple kernels installed.
51665252-# lh-pairall
5353-5454-Uses lighthouse_console to reset all SteamVR dongles, then put them all into pairing mode.
5555-5667# relink
5757-5868Update symlink targets from an old target directory to a new one
59696070Example: If you moved all files in `~/Development/tools` to `~/Applications`, you can update all
6171symlinks in `~/.local/bin` that point to the old location with
6272`relink ~/.local/bin ~/Development/tools ~/Applications`
6363-6464-# Steam: Disable Update
6565-6666-Completely disable steam updates for a game or app.
6767-6868-Usage: `steam-disable-update <appid>`
6969-Allow updates: `steam-disable-update --revert <appid>`
7070-7171-Caveats to this approach:
7272-- Your "last played" time will never update
7373-- I haven't used it in a long time, so I can't guarantee it will work
7474-- It might cause other bugs, I haven't tested it extensively