pipewire: don't restart service on sway init

This commit is contained in:
Leonardo Eugênio 2023-02-08 12:43:50 -03:00
parent 700148e1ee
commit bd31b35e6b

View file

@ -12,8 +12,8 @@
text = '' text = ''
systemctl --user import-environment systemctl --user import-environment
dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway
systemctl --user stop pipewire wireplumber xdg-desktop-portal xdg-desktop-portal-wlr # systemctl --user stop pipewire wireplumber xdg-desktop-portal xdg-desktop-portal-wlr
systemctl --user start pipewire wireplumber xdg-desktop-portal xdg-desktop-portal-wlr # systemctl --user start pipewire wireplumber xdg-desktop-portal xdg-desktop-portal-wlr
''; '';
}; };
}) })