From 4536a59a735e87d68d611a132ba9a12dc172952f Mon Sep 17 00:00:00 2001 From: lelgenio Date: Thu, 2 Feb 2023 14:45:51 -0300 Subject: [PATCH] sway: fix pipewire setup --- overlays/sway.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/overlays/sway.nix b/overlays/sway.nix index f240bd6..1fdfdb6 100644 --- a/overlays/sway.nix +++ b/overlays/sway.nix @@ -12,8 +12,8 @@ text = '' systemctl --user import-environment dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway - systemctl --user stop pipewire pipewire-media-session xdg-desktop-portal xdg-desktop-portal-wlr - systemctl --user start pipewire pipewire-media-session 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 ''; }; })