mirror of
https://github.com/ksyasuda/dotfiles.git
synced 2026-04-09 04:19:24 -07:00
clean up mpv modules
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
model = "gpt-5.4-mini"
|
||||
model = "gpt-5.3-codex-spark"
|
||||
model_reasoning_effort = "high"
|
||||
personality = "pragmatic"
|
||||
tool_output_token_limit = 25000
|
||||
@@ -156,6 +156,15 @@ trust_level = "trusted"
|
||||
[projects."/home/sudacode/Documents"]
|
||||
trust_level = "trusted"
|
||||
|
||||
[projects."/home/sudacode/.config/wireplumber"]
|
||||
trust_level = "trusted"
|
||||
|
||||
[projects."/home/sudacode/projects/japanese"]
|
||||
trust_level = "trusted"
|
||||
|
||||
[projects."/home/sudacode/projects/lua/ModernZ"]
|
||||
trust_level = "trusted"
|
||||
|
||||
[notice.model_migrations]
|
||||
"gpt-5.3-codex" = "gpt-5.4"
|
||||
|
||||
|
||||
@@ -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)$
|
||||
|
||||
Submodule .config/mpv-modules/ModernZ deleted from b4c27a8cf4
Submodule .config/mpv-modules/ani-skip deleted from 12b4960ecd
Submodule .config/mpv-modules/animecards deleted from c5950c2660
Submodule .config/mpv-modules/autosubsync-mpv deleted from 125ac13d1b
Submodule .config/mpv-modules/mpv-anilist-updater deleted from 5f9400dd4b
Submodule .config/mpv-modules/mpvacious deleted from 2629602b90
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Submodule .config/yt-dlp/plugins/yt-dlp-hianime deleted from 085069fd88
21
.gitmodules
vendored
21
.gitmodules
vendored
@@ -4,30 +4,9 @@
|
||||
[submodule ".config/mpv-modules/mpv-youtube-queue"]
|
||||
path = .config/mpv-modules/mpv-youtube-queue
|
||||
url = https://github.com/ksyasuda/mpv-youtube-queue
|
||||
[submodule ".config/mpv-modules/ModernZ"]
|
||||
path = .config/mpv-modules/ModernZ
|
||||
url = git@github.com:Samillion/ModernZ.git
|
||||
[submodule ".config/mpv-modules/ytdl-preload"]
|
||||
path = .config/mpv-modules/ytdl-preload
|
||||
url = git@gist.github.com:484107d131ba0abd878c5a9489d9b664.git
|
||||
[submodule ".config/mpv-modules/mpv-anilist-updater"]
|
||||
path = .config/mpv-modules/mpv-anilist-updater
|
||||
url = git@github.com:AzuredBlue/mpv-anilist-updater.git
|
||||
[submodule ".config/mpv-modules/thumbfast"]
|
||||
path = .config/mpv-modules/thumbfast
|
||||
url = git@github.com:po5/thumbfast.git
|
||||
[submodule ".config/mpv-modules/autosubsync-mpv"]
|
||||
path = .config/mpv-modules/autosubsync-mpv
|
||||
url = git@github.com:joaquintorres/autosubsync-mpv.git
|
||||
[submodule ".config/mpv-modules/mpvacious"]
|
||||
path = .config/mpv-modules/mpvacious
|
||||
url = git@github.com:ksyasuda/mpvacious.git
|
||||
[submodule ".config/mpv-modules/animecards"]
|
||||
path = .config/mpv-modules/animecards
|
||||
url = git@github.com:ksyasuda/Anacreon-Script
|
||||
[submodule ".config/mpv-modules/ani-skip"]
|
||||
path = .config/mpv-modules/ani-skip
|
||||
url = https://github.com/synacktraa/ani-skip.git
|
||||
[submodule ".config/yt-dlp/plugins/yt-dlp-hianime"]
|
||||
path = .config/yt-dlp/plugins/yt-dlp-hianime
|
||||
url = git@github.com:pratikpatel8982/yt-dlp-hianime.git
|
||||
|
||||
Reference in New Issue
Block a user