summaryrefslogtreecommitdiffstats
path: root/.config/mpv/scripts
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2021-09-23 11:30:30 -0400
committerLuke Smith <luke@lukesmith.xyz>2021-09-23 11:30:30 -0400
commitc172efd5157c16748801fc32a96cb70638eec4e1 (patch)
tree60518d09dc08d9444ae349d5e6b576aecdd99001 /.config/mpv/scripts
parent347716361b06108788ce1c3d72d59caa06e89aa0 (diff)
parentf1814b3690d61cc122c83381ed013eaf20a33971 (diff)
downloadeibhear-c172efd5157c16748801fc32a96cb70638eec4e1.tar.gz
eibhear-c172efd5157c16748801fc32a96cb70638eec4e1.tar.zst
eibhear-c172efd5157c16748801fc32a96cb70638eec4e1.zip
Merge branch 'master' of github.com:LukeSmithxyz/voidrice
Diffstat (limited to '.config/mpv/scripts')
-rw-r--r--.config/mpv/scripts/modules.lua4
m---------.config/mpv/scripts/mpvSockets0
2 files changed, 2 insertions, 2 deletions
diff --git a/.config/mpv/scripts/modules.lua b/.config/mpv/scripts/modules.lua
index 37b69b3..703f372 100644
--- a/.config/mpv/scripts/modules.lua
+++ b/.config/mpv/scripts/modules.lua
@@ -1,3 +1,3 @@
-local mpv_scripts_dir_path = os.getenv("HOME") .. "/.config/mpv/scripts/"
-function load(relative_path) dofile(mpv_scripts_dir_path .. relative_path) end
+local mpv_config_dir_path = require("mp").command_native({"expand-path", "~~/"})
+function load(relative_path) dofile(mpv_config_dir_path .. "/script_modules/" .. relative_path) end
load("mpvSockets/mpvSockets.lua")
diff --git a/.config/mpv/scripts/mpvSockets b/.config/mpv/scripts/mpvSockets
deleted file mode 160000
-Subproject 8415a08d99a46213c918613cfe1e088071018db