From 5368d9fc5466b10f66e8b5ca6e1ebe1c4badd659 Mon Sep 17 00:00:00 2001 From: krolxon Date: Mon, 5 Jan 2026 23:45:05 +0530 Subject: install.sh: change nvim config remote url to non-ssh --- .config/mpv/mpv.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/mpv/mpv.conf') diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index ecc566c..4b93140 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -3,7 +3,7 @@ # Use GPU-accelerated video output by default. vo=gpu # Enable best HW decoder, turn off software decoding. -hwdec=auto +# hwdec=auto # Keep the player open when a file's end is reached. keep-open=yes # Color log messages on the terminal. -- cgit v1.2.3