From 9636e786bd96ceda5d5175838f062f07057e302b Mon Sep 17 00:00:00 2001 From: Nulo Date: Sat, 9 Jul 2022 18:37:52 -0300 Subject: [PATCH] sway: Iniciar mpd --- .config/sway/config | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/sway/config b/.config/sway/config index 028f319..97851c7 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -256,6 +256,7 @@ exec "pgrep -x syncthing >/dev/null || syncthing -no-browser" exec swaync exec kanshi exec "mbsync -a" +exec "mpd && mpd-mpris -host ~/.mpd/socket -network unix" exec "pgrep -x goimapnotify >/dev/null || goimapnotify -conf ~/.config/imapnotify/config.json" exec "sleep 1; footclient --app-id=neomutt neomutt"