Files
dots/gui/.config/mpv/input.conf
T
coja 1e39e0cb4b [Sync] replace the flat layout with the unified stow tree
Supersedes the old flat .config/ layout (last published 2026-06-28) with the
private repo's structure: one shared base plus per-host overlays.

- packages: common/ gui/ lw/ fl/ wm/ plus install.sh and bin/ tooling
  (dotsync, reconcile-hyde.sh)
- new README covering the layout, deploy order and the HyDE dependency
- current HyDE waybar rig (layouts/, cava), pi agent extensions, claude/
  config, tmux, presenterm, aichat roles
- fish: kp (keepassxc-cli + fzf picker, db path from $KP_DB) and
  bind_M_n_history (alt+1..9 recalls the nth history entry)
- drops cruft that should never have been tracked: the duplicate top-level
  .pi/ copy, btop.log, zellij config.kdl.bak, fish_variables
- .pi/agent/auth.json is gitignored; auth.json.example ships instead

Host-specific work sessions and the personal backlog stay in the private
tree. Endpoint locators in the llamacpp/whisper guides are placeholders
($SERVER, <own-domain>) — the guides themselves stay, since they are the
useful part.
2026-08-13 02:53:06 +02:00

66 lines
1.3 KiB
Plaintext

# Volume
9 add volume -5
0 add volume 5
UP add volume 2
DOWN add volume -2
k add volume 2
j add volume -2
# Seek backward / forward
LEFT seek -5
RIGHT seek 5
l seek 5
h seek -5
# Bigger jumps
Shift+LEFT seek -30
Shift+RIGHT seek 30
# Precise nudge (Shift+h/l): 1s exact seek
H seek -1 exact
L seek 1 exact
# Playback speed
= add speed 0.1
- add speed -0.1
BS set speed 1.0 # backspace resets to normal
# Subtitle sync
z add sub-delay -0.1 # subs earlier
Z add sub-delay 0.1 # subs later
# Chapters
> add chapter 1
< add chapter -1
# A-B loop (moved off L to avoid the precise-nudge conflict)
b ab-loop
# Audio sync (mirrors the z/Z subtitle-delay pair)
x add audio-delay -0.1 # audio earlier
X add audio-delay 0.1 # audio later
# Playlist nav (< / > are used for chapters)
[ playlist-prev
] playlist-next
# Track cycling
a cycle audio # next audio track
n cycle sub # next subtitle track
v cycle sub-visibility # (default) toggle subs on/off
# Loop current file (distinct from the b A-B loop)
r cycle-values loop-file inf no
# Screenshots
s screenshot # (default) with subs
S screenshot video # clean frame: no subs/OSD
# Info overlays
i script-binding stats/display-stats-toggle # (default) stats HUD
o show-progress # flash progress/OSD