diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2022-10-23 02:02:12 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2022-10-23 02:02:12 +0300 |
commit | 7b4991d6afea970e65acb32b1ba63dc08c29dcde (patch) | |
tree | d39aebe81159dac7dff889fb727428e3fabec9de /dotfiles/.config/sway | |
parent | 959d6c3829d0c1fe8dcc739c4c03ff9b8309ac1d (diff) | |
download | swayrice-7b4991d6afea970e65acb32b1ba63dc08c29dcde.tar.gz swayrice-7b4991d6afea970e65acb32b1ba63dc08c29dcde.zip |
Script to launch mpd + mpd-mpris
Otherwise mpd-mpris was erroring out because it couldn't connect to mpd
yet.
Diffstat (limited to 'dotfiles/.config/sway')
-rw-r--r-- | dotfiles/.config/sway/config | 4 |
1 files changed, 1 insertions, 3 deletions
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 |