mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-16 07:26:12 +01:00
xset and mpv
This commit is contained in:
@@ -58,11 +58,15 @@ xset fp rehash &
|
|||||||
fc-cache -fv &
|
fc-cache -fv &
|
||||||
|
|
||||||
# powersaving options
|
# powersaving options
|
||||||
xset s off &
|
# xset s off &
|
||||||
xset s noblank &
|
# xset s noblank &
|
||||||
xset s noexpose &
|
# xset s noexpose &
|
||||||
xset c on &
|
# xset s on &
|
||||||
xset -dpms &
|
# xset -dpms &
|
||||||
|
# xset s 900 &
|
||||||
|
xset +dpms &
|
||||||
|
xset dpms 1200 1800 2100 &
|
||||||
|
xset s on &
|
||||||
xset s 900 &
|
xset s 900 &
|
||||||
|
|
||||||
# auths
|
# auths
|
||||||
|
|||||||
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