diff --git a/.config/pipewire/pipewire.conf b/.config/pipewire/pipewire.conf
index ae5c76e9..f39d44b5 100644
--- a/.config/pipewire/pipewire.conf
+++ b/.config/pipewire/pipewire.conf
@@ -236,7 +236,7 @@ context.exec = [
     # but it is better to start it as a systemd service.
     # Run the session manager with -h for options.
     #
-    { path = "/usr/bin/pipewire-media-session" args = "" }
+    { path = "/usr/bin/wireplumber" args = "" }
     #
     # You can optionally start the pulseaudio-server here as well
     # but it is better to start it as a systemd service.
@@ -245,3 +245,4 @@ context.exec = [
     #
     { path = "/usr/bin/pipewire" args = "-c pipewire-pulse.conf" }
 ]
+