mpv: Toggle osc with ctrl+shift+a

This commit is contained in:
Donovan Glover 2023-07-03 23:09:42 -04:00
parent 42d1d8bcd6
commit 22fffef12b
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -20,7 +20,7 @@
screenshot-format = "png";
title = "\${filename} - mpv";
script-opts = "osc-title=\${filename},osc-boxalpha=150,osc-showfullscreen=no,osc-boxvideo=yes";
script-opts = "osc-title=\${filename},osc-boxalpha=150,osc-visibility=never,osc-boxvideo=yes";
osc = "no";
osd-on-seek = "no";
@ -33,6 +33,10 @@
autofit = "65%";
};
bindings = {
"ctrl+shift+a" = "script-message osc-visibility cycle";
};
scripts = with pkgs.mpvScripts; [
mpris
thumbnail