From 48830fa652a194dd538dcc192a43f9bfe2e0c881 Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Sun, 14 Sep 2025 15:03:22 +0200 Subject: [PATCH] mpv setup dummy file is to make sure that the watch-history file has a folder to live in --- .gitignore | 1 + mpv/.config/mpv/mpv.conf | 1 + mpv/.local/state/mpv/dummy | 0 3 files changed, 2 insertions(+) create mode 100644 mpv/.config/mpv/mpv.conf create mode 100644 mpv/.local/state/mpv/dummy diff --git a/.gitignore b/.gitignore index ed5e01c..98246a7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ lazy-lock.json .DS_Store gomono/.local/share/fonts/GoMonoNerdFont/.uuid +mpv/.local/state/mpv/watch_history.jsonl diff --git a/mpv/.config/mpv/mpv.conf b/mpv/.config/mpv/mpv.conf new file mode 100644 index 0000000..ba3dea9 --- /dev/null +++ b/mpv/.config/mpv/mpv.conf @@ -0,0 +1 @@ +save-watch-history diff --git a/mpv/.local/state/mpv/dummy b/mpv/.local/state/mpv/dummy new file mode 100644 index 0000000..e69de29