about summary refs log tree commit diff stats
path: root/modules/home/conf/yt
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--modules/home/conf/yt/default.nix4
-rw-r--r--modules/home/conf/yt/input.conf4
-rw-r--r--modules/home/conf/yt/mpv.conf3
3 files changed, 11 insertions, 0 deletions
diff --git a/modules/home/conf/yt/default.nix b/modules/home/conf/yt/default.nix
new file mode 100644
index 00000000..14710586
--- /dev/null
+++ b/modules/home/conf/yt/default.nix
@@ -0,0 +1,4 @@
+{...}: {
+  xdg.configFile."yt/mpv.conf".source = ./mpv.conf;
+  xdg.configFile."yt/mpv.input.conf".source = ./input.conf;
+}
diff --git a/modules/home/conf/yt/input.conf b/modules/home/conf/yt/input.conf
new file mode 100644
index 00000000..3f8e4523
--- /dev/null
+++ b/modules/home/conf/yt/input.conf
@@ -0,0 +1,4 @@
+Q script-message yt-mark-watch-later
+c script-message yt-comments-external
+C script-message yt-comments-local
+d script-message yt-description
diff --git a/modules/home/conf/yt/mpv.conf b/modules/home/conf/yt/mpv.conf
new file mode 100644
index 00000000..e73063c4
--- /dev/null
+++ b/modules/home/conf/yt/mpv.conf
@@ -0,0 +1,3 @@
+speed=2.7
+volume=75
+msg-level=osd/libass=fatal