Inital commit
This commit is contained in:
5
.config/mpv/input.conf
Normal file
5
.config/mpv/input.conf
Normal file
@@ -0,0 +1,5 @@
|
||||
l seek 5
|
||||
h seek -5
|
||||
j seek -60
|
||||
k seek 60
|
||||
S cycle sub
|
||||
3
.config/mpv/scripts/modules.lua
Normal file
3
.config/mpv/scripts/modules.lua
Normal file
@@ -0,0 +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
|
||||
load("mpvSockets/mpvSockets.lua")
|
||||
Reference in New Issue
Block a user