Delete .config/mpv directory

This commit is contained in:
nonetrix 2022-01-12 22:43:16 -06:00 committed by GitHub
parent 237903571b
commit c19fb3925d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 9 deletions

View File

@ -1,5 +0,0 @@
l seek 5
h seek -5
j seek -60
k seek 60
S cycle sub

@ -1 +0,0 @@
Subproject commit be9b7ca84456466e54331bab59441ac207659c1c

View File

@ -1,3 +0,0 @@
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")