dotfiles

regexghost dotfiles and scripts
git clone https://git.regexghost.com/dotfiles.git
Log | Files | Refs | README

commit 72d5568ba92a3cd1f792b8003c1a407a59c8bf12
parent 1e3a05f7bf7c32e97a58fe1271498cc70668ce9e
Author: regexghost <dev@regexghost.com>
Date:   Fri, 31 Jul 2026 17:52:25 +0100

added mpv configs

Diffstat:
Adotfiles/.config/mpv/input.conf | 26++++++++++++++++++++++++++
Adotfiles/.config/mpv/mpv.conf | 11+++++++++++
Mlists/dotfiles | 2++
3 files changed, 39 insertions(+), 0 deletions(-)

diff --git a/dotfiles/.config/mpv/input.conf b/dotfiles/.config/mpv/input.conf @@ -0,0 +1,26 @@ +wheel_up ignore +wheel_down ignore +wheel_left ignore +wheel_right ignore + +q ignore +ctrl+q quit +shift+q ignore + +right seek 5 +left seek -5 +up seek 30 +down seek -30 + +shift+right add chapter 1 +shift+left add chapter -1 +enter write-watch-later-config;playlist-next +shift+enter write-watch-later-config;playlist-prev + +d add speed 0.1 +s add speed -0.1 +r set speed 1 +g cycle-values speed 2 1 + +c show-text ${chapter-list} 3000 +u show-text ${playlist} 3000 diff --git a/dotfiles/.config/mpv/mpv.conf b/dotfiles/.config/mpv/mpv.conf @@ -0,0 +1,11 @@ +hwdec=vaapi +geometry=60% +#osc=no +save-position-on-quit=yes +border=yes # for wayland +force-window=yes +auto-window-resize=no +vo=gpu +ao=pulse + +hr-seek=yes diff --git a/lists/dotfiles b/lists/dotfiles @@ -35,3 +35,5 @@ ~/.config/newsraft/reddit-refresh.sh ~/.config/newsraft/combine-feeds.sh ~/.config/wgetrc +~/.config/mpv/mpv.conf +~/.config/mpv/input.conf