mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-17 07:56:11 +01:00
xset and mpv
This commit is contained in:
5
mpv/.config/mpv/input.conf
Normal file
5
mpv/.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
|
||||
2
mpv/.config/mpv/mpv.conf
Normal file
2
mpv/.config/mpv/mpv.conf
Normal file
@@ -0,0 +1,2 @@
|
||||
audio-samplerate = 192000
|
||||
audio-format = floatp
|
||||
1
mpv/.config/mpv/script_modules/mpvSockets
Submodule
1
mpv/.config/mpv/script_modules/mpvSockets
Submodule
Submodule mpv/.config/mpv/script_modules/mpvSockets added at 3b3f430074
3
mpv/.config/mpv/scripts/modules.lua
Normal file
3
mpv/.config/mpv/scripts/modules.lua
Normal 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