summaryrefslogtreecommitdiff
path: root/home/home.nix
diff options
context:
space:
mode:
authorstuebinm2023-09-20 17:27:16 +0200
committerstuebinm2023-09-20 17:27:16 +0200
commitb6b9768cea038183be2b26613f4466d9a3a3e8a8 (patch)
tree018be2ab21de7b7524da2ca487e9fd2ea739ebbc /home/home.nix
parentbdbc7a3142654adb20256e8b9f65d5b9c7e8c863 (diff)
home: better mpv config for voc video cutting
Diffstat (limited to 'home/home.nix')
-rw-r--r--home/home.nix8
1 files changed, 5 insertions, 3 deletions
diff --git a/home/home.nix b/home/home.nix
index 950693d..db3d0bc 100644
--- a/home/home.nix
+++ b/home/home.nix
@@ -305,17 +305,19 @@
"down" = "add speed -0.1";
"n" = "add chapter 1";
"p" = "add chapter -1";
+ "f" = "cycle osd-level up";
};
+ config.osd-status-msg = "\${estimated-frame-number} (\${percent-pos}%)";
};
services.mako = {
enable = true;
- backgroundColor = "#ff00ff80";
- borderColor = "#ff00ff";
+ backgroundColor = "#74389eb0";
+ borderColor = "#c27cb6ff";
defaultTimeout = 5000; # milliseconds
padding = "10";
- output = "DVI-I-1";
+ output = "DP-9";
};
services.mpd = {