aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorkrolxon <krolyxon@tutanota.com>2026-01-05 23:45:05 +0530
committerkrolxon <krolyxon@tutanota.com>2026-01-05 23:45:05 +0530
commit5368d9fc5466b10f66e8b5ca6e1ebe1c4badd659 (patch)
treea9ace94443388a8c4d3c91339dbf1cdeb5c5cb38 /.config
parent80285dc619829ff91b584e7cdeab2346608af0fa (diff)
install.sh: change nvim config remote url to non-ssh
Diffstat (limited to '.config')
-rw-r--r--.config/mpv/mpv.conf2
1 files changed, 1 insertions, 1 deletions
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.