Files
dotfiles/dot_config/mpv/mpv.conf.tmpl
s0wlz (Matthias Puchstein) d90cca305f dotfiles: update waybar, mpv, and launcher configs
- tweak Waybar layout/styling, add temp cycling + volume group

- template mpv config and add jellyfin-mpv-shim defaults

- add owlry config, Hyprland launcher bind, and agent notes
2025-12-29 01:04:48 +01:00

41 lines
745 B
Cheetah

# --- General ---
keep-open=yes
save-position-on-quit=yes
geometry=50%:50%
# --- UI (uosc support) ---
osd-bar=no
border=no
# --- Video ---
# Smooth motion handling
video-sync=display-resample
interpolation=yes
tscale=oversample
# --- Hardware & Quality (Chezmoi) ---
{{- if .chezmoi.config.data.tags.desktop }}
profile=high-quality
vo=gpu-next
gpu-api=vulkan
hwdec=vaapi
{{- else }}
vo=gpu-next
hwdec=auto-safe
{{- end }}
# --- Languages ---
# English, German, French, Japanese
alang=eng,en,deu,de,fra,fr,jpn,jp
slang=eng,en,deu,de,fra,fr
# --- Subtitles ---
sub-auto=fuzzy
sub-font-size=48
# --- Screenshots ---
screenshot-format=png
screenshot-high-bit-depth=yes
screenshot-png-compression=7
screenshot-directory=~/Pictures/Screenshots