diff options
Diffstat (limited to '.config/mpv/input.conf')
-rw-r--r-- | .config/mpv/input.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/mpv/input.conf b/.config/mpv/input.conf index 59566ae..96b6c51 100644 --- a/.config/mpv/input.conf +++ b/.config/mpv/input.conf @@ -180,3 +180,6 @@ F9 show-text ${track-list} # show the list of video, audio and sub t # ? cycle sub-forced-only # toggle DVD forced subs # ? stop # stop playback (quit or enter idle mode) + +alt+c show-text "${path} copied to clipboard"; run sh -c "echo -n \"${path}\" | wl-copy" +alt+m af toggle "lavfi=[pan=1c|c0=0.5*c0+0.5*c1]" ; show-text "Audio mix set to Mono" |