From 7b4991d6afea970e65acb32b1ba63dc08c29dcde Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?=
 <yps@yaroslavps.com>
Date: Sun, 23 Oct 2022 02:02:12 +0300
Subject: Script to launch mpd + mpd-mpris

Otherwise mpd-mpris was erroring out because it couldn't connect to mpd
yet.
---
 dotfiles/.config/sway/config | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

(limited to 'dotfiles/.config/sway')

diff --git a/dotfiles/.config/sway/config b/dotfiles/.config/sway/config
index 6c2f5b2..5b8d4cc 100644
--- a/dotfiles/.config/sway/config
+++ b/dotfiles/.config/sway/config
@@ -59,9 +59,7 @@ exec pipewire-restart
 # playerctl daemon for better MPRIS support
 exec playerctld daemon
 # Music daemon
-exec mpd
-# MPRIS support for MPD
-exec mpd-mpris
+exec mpd-restart
 # Bluetooth adapter applet
 exec blueman-applet
 # Notification handler
-- 
cgit v1.2.3