From fe11729b0f15365992fc0f293d5f308212f3e2b5 Mon Sep 17 00:00:00 2001 From: hesam-init Date: Tue, 13 Feb 2024 13:22:26 +0330 Subject: [PATCH] fix: pipewire --- hyprland/.config/hypr/conf/autostart.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyprland/.config/hypr/conf/autostart.conf b/hyprland/.config/hypr/conf/autostart.conf index 7473cfa..58642af 100644 --- a/hyprland/.config/hypr/conf/autostart.conf +++ b/hyprland/.config/hypr/conf/autostart.conf @@ -7,8 +7,8 @@ exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP & exec-once = /usr/libexec/polkit-kde-authentication-agent-1 & exec-once = sleep 1 && pipewire & -exec-once = sleep 1 && /usr/bin/wireplumber & exec-once = sleep 1 && /usr/bin/pipewire-pulse & +# exec-once = sleep 1 && /usr/bin/wireplumber & # wallpaper : exec-once = swaybg -i ~/Wallpapers/macos.png &