clean up mpv modules

This commit is contained in:
2026-03-23 00:21:55 -07:00
parent fddcd38829
commit be6b44facd
11 changed files with 14 additions and 31 deletions

View File

@@ -156,7 +156,8 @@ bindl = , mouse:276, exec, xdotool key alt+grave # bottom mouse to overlay
bind = ALT, g, exec, /opt/mpv-yomitan/mpv-yomitan.AppImage --toggle
# F5
bind = ,code:71, exec, ~/projects/scripts/whisper_record_transcribe.py --mode toggle --output type
# bind = ,code:71, exec, ~/projects/scripts/whisper_record_transcribe.py --mode toggle --output type
bind = ,code:71, exec, uv run --directory ~/projects/scripts/faster-whisper-transcribe faster-whisper-transcribe --backend ctranslate2 --device cpu --mode toggle --output type
# SubMiner
bind = ALT SHIFT, O, pass, class:^(SubMiner)$

View File

@@ -1,7 +1,8 @@
# AirPods-specific Bluetooth policy override.
# Keep the device on A2DP/AAC and avoid restoring stale route state.
# Keep the device on A2DP/AAC and avoid restoring stale device state.
wireplumber.settings = {
device.restore-profile = false
device.restore-routes = false
}