mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-17 07:56:11 +01:00
dots merge and nix sync
This commit is contained in:
5
.config/mpv/input.conf
Executable file
5
.config/mpv/input.conf
Executable file
@@ -0,0 +1,5 @@
|
||||
l seek 5
|
||||
h seek -5
|
||||
j seek -60
|
||||
k seek 60
|
||||
S cycle sub
|
||||
2
.config/mpv/mpv.conf
Executable file
2
.config/mpv/mpv.conf
Executable file
@@ -0,0 +1,2 @@
|
||||
audio-samplerate = 192000
|
||||
audio-format = floatp
|
||||
3
.config/mpv/scripts/modules.lua
Executable file
3
.config/mpv/scripts/modules.lua
Executable file
@@ -0,0 +1,3 @@
|
||||
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")
|
||||
Reference in New Issue
Block a user