From 882d075e34aeada6579504f840abe652197bddef Mon Sep 17 00:00:00 2001 From: hesam-init Date: Mon, 12 Feb 2024 18:05:31 +0330 Subject: [PATCH] fix: pipewire autostart --- hyprland/.config/hypr/conf/autostart.conf | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/hyprland/.config/hypr/conf/autostart.conf b/hyprland/.config/hypr/conf/autostart.conf index b577b35..72e2498 100644 --- a/hyprland/.config/hypr/conf/autostart.conf +++ b/hyprland/.config/hypr/conf/autostart.conf @@ -4,17 +4,18 @@ # core components : # exec-once = $scr_path/keyring-launch.sh -exec-once = dbus-update-activation-environment --all -exec-once = pipewire && sleep 1 && pipewire-pulse -exec-once = /usr/libexec/polkit-kde-authentication-agent-1 -exec-once = $scr_path/dunst-launch.sh +exec-once = dbus-update-activation-environment --all & +exec-once = pipewire & +exec-once = sleep 1 && pipewire-pulse & +exec-once = /usr/libexec/polkit-kde-authentication-agent-1 & +exec-once = $scr_path/dunst-launch.sh & # wallpaper : -exec-once = swaybg -i ~/Wallpapers/macos.png +exec-once = swaybg -i ~/Wallpapers/macos.png & # exec-once = swww init; swww kill; swww init # idk why tbh # status bar : -exec-once = sleep 1 && $scr_path/waybar-launch.sh +exec-once = $scr_path/waybar-launch.sh & # exec-once = eww daemon && eww open bar # exec-once = swayidle -w timeout 300 'gtklock' before-sleep 'gtklock' &