programs.mpv.bindings
Home-Manager option
Input configuration written to $XDG_CONFIG_HOME/mpv/input.conf. See mpv(1) for the full list of options.
type: attribute set of stringDefault
{ }Example
declared in: <home-manager/modules/programs/mpv.nix>source unavailable{ WHEEL_UP = "seek 10"; WHEEL_DOWN = "seek -10"; "Alt+0" = "set window-scale 0.5"; }