From 210836711233d73311df8841c6d93a0bd930b678 Mon Sep 17 00:00:00 2001 From: hesam-init Date: Sun, 28 Jul 2024 01:01:08 +0330 Subject: [PATCH] fix: pipewire autostart --- hypr-configs/hyprland/hypr/configs/autostart.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypr-configs/hyprland/hypr/configs/autostart.conf b/hypr-configs/hyprland/hypr/configs/autostart.conf index 0f4295f..13ee62c 100644 --- a/hypr-configs/hyprland/hypr/configs/autostart.conf +++ b/hypr-configs/hyprland/hypr/configs/autostart.conf @@ -3,7 +3,7 @@ # ----------------------------------------------------- exec-once = dbus-update-activation-environment --all & -# exec-once = $SCRIPT_PATH/startup/pipewire.sh & +exec-once = $SCRIPT_PATH/startup/pipewire.sh & exec-once = $SCRIPT_PATH/startup/keyring.sh & exec-once = wl-paste --watch cliphist store &