mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
fix dependency-scripts loading so it works also when opening files off main disk
This commit is contained in:
parent
ec59ea0c9c
commit
f5ac126436
@ -1 +1,3 @@
|
||||
require 'mpvSockets'
|
||||
local mpv_scripts_dir_path = os.getenv("HOME") .. "/.config/mpv/scripts/"
|
||||
function load(relative_path) dofile(mpv_scripts_dir_path .. relative_path) end
|
||||
load("mpvSockets/mpvSockets.lua")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user