From 3fce1a5303b75ea7925d6f8506f75f22a03c85b9 Mon Sep 17 00:00:00 2001 From: Nulo Date: Mon, 8 Aug 2022 09:17:06 +0200 Subject: [PATCH] sway: No usar mpd-mpris MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Parece que consume CPU sin hacer nada así que por ahora, chau --- .config/sway/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/sway/config b/.config/sway/config index 6c20574..8cade71 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -256,7 +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 "mpd" exec "pgrep -x goimapnotify >/dev/null || goimapnotify -conf ~/.config/imapnotify/config.json" exec "foot --app-id=neomutt neomutt"