dots merge and nix sync

This commit is contained in:
2024-07-19 17:50:08 +02:00
parent 128003873b
commit 541000e0a1
64 changed files with 40389 additions and 0 deletions

5
.config/mpv/input.conf Executable file
View 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
View File

@@ -0,0 +1,2 @@
audio-samplerate = 192000
audio-format = floatp

View 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")