From 483dddfe890e7b111c9311dfec27b2763e71910c Mon Sep 17 00:00:00 2001 From: tdpeuter Date: Thu, 3 Aug 2023 18:54:25 +0200 Subject: [PATCH] Fix mpv showing gui on audio profile --- stow/mpv/.config/mpv/mpv.conf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/stow/mpv/.config/mpv/mpv.conf b/stow/mpv/.config/mpv/mpv.conf index 94e3b21..fbc1637 100644 --- a/stow/mpv/.config/mpv/mpv.conf +++ b/stow/mpv/.config/mpv/mpv.conf @@ -20,12 +20,13 @@ save-position-on-quit=yes # Profiles # ############ -# Profile for music etc. +# Profile for music etc., without GUI [audio] -# Disable video output -vid=no +force-window=no fs=no +keep-open=no +vid=no # Profile for terminal-only [terminal]