summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA Farzat <a@farzat.xyz>2024-10-14 16:44:51 +0900
committerA Farzat <a@farzat.xyz>2024-10-21 15:53:45 +0900
commitdebdff7e043ce2f9ef4da4809e6782ad7dc0bda2 (patch)
tree1e597080b56d8c77ee39c7627096a7ac5fdb313c
parent0979dffece5d29ef98810e1b0910d307b5a2f972 (diff)
downloaddotfiles-debdff7e043ce2f9ef4da4809e6782ad7dc0bda2.tar.gz
dotfiles-debdff7e043ce2f9ef4da4809e6782ad7dc0bda2.zip
Add mpv-reload
m---------.config/mpv/script-repos/mpv-reload0
l---------.config/mpv/scripts/reload.lua1
-rw-r--r--.gitmodules3
3 files changed, 4 insertions, 0 deletions
diff --git a/.config/mpv/script-repos/mpv-reload b/.config/mpv/script-repos/mpv-reload
new file mode 160000
+Subproject 1a6a9383ba1774708fddbd976e7a9b72c3eec93
diff --git a/.config/mpv/scripts/reload.lua b/.config/mpv/scripts/reload.lua
new file mode 120000
index 0000000..35d9cc0
--- /dev/null
+++ b/.config/mpv/scripts/reload.lua
@@ -0,0 +1 @@
+../script-repos/mpv-reload/reload.lua \ No newline at end of file
diff --git a/.gitmodules b/.gitmodules
index 2de55a1..d7f0b0e 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -4,3 +4,6 @@
[submodule ".config/nvim"]
path = .config/nvim
url = https://cgit.farzat.xyz/dotfiles/nvim
+[submodule ".config/mpv/scripts/mpv-reload"]
+ path = .config/mpv/script-repos/mpv-reload
+ url = https://github.com/4e6/mpv-reload.git