mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-19 12:29:06 +01:00
mpv: Toggle osc with ctrl+shift+a
This commit is contained in:
parent
42d1d8bcd6
commit
22fffef12b
@ -20,7 +20,7 @@
|
|||||||
screenshot-format = "png";
|
screenshot-format = "png";
|
||||||
|
|
||||||
title = "\${filename} - mpv";
|
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";
|
osc = "no";
|
||||||
osd-on-seek = "no";
|
osd-on-seek = "no";
|
||||||
@ -33,6 +33,10 @@
|
|||||||
autofit = "65%";
|
autofit = "65%";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
bindings = {
|
||||||
|
"ctrl+shift+a" = "script-message osc-visibility cycle";
|
||||||
|
};
|
||||||
|
|
||||||
scripts = with pkgs.mpvScripts; [
|
scripts = with pkgs.mpvScripts; [
|
||||||
mpris
|
mpris
|
||||||
thumbnail
|
thumbnail
|
||||||
|
Loading…
Reference in New Issue
Block a user