diff --git a/configs/hyprland/hypr/conf/autostart.conf b/configs/hyprland/hypr/conf/autostart.conf index f71a2cd..437c53f 100644 --- a/configs/hyprland/hypr/conf/autostart.conf +++ b/configs/hyprland/hypr/conf/autostart.conf @@ -2,9 +2,10 @@ # Autostart # ----------------------------------------------------- -# core components : -exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP & -exec-once = ~/.config/hypr/scripts//keyring-launch.sh & +# background services : +exec-once = ~/.config/hypr/scripts/dbus-launch.sh & +exec-once = dbus-update-activation-environment --all & +exec-once = ~/.config/hypr/scripts/keyring-launch.sh & exec-once = sleep 1 && pipewire & exec-once = sleep 1 && /usr/bin/pipewire-pulse & exec-once = sleep 1 && /usr/bin/wireplumber & diff --git a/configs/hyprland/hypr/scripts/dbus-launch.sh b/configs/hyprland/hypr/scripts/dbus-launch.sh new file mode 100755 index 0000000..671bf35 --- /dev/null +++ b/configs/hyprland/hypr/scripts/dbus-launch.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +export $(dbus-launch) diff --git a/configs/zsh/.zshenv b/configs/zsh/.zshenv index 9537ed8..9a9743b 100644 --- a/configs/zsh/.zshenv +++ b/configs/zsh/.zshenv @@ -1,4 +1,3 @@ -export $(dbus-launch) export ZELLIJ_START=false export ZSH="$HOME/.oh-my-zsh" export OS_ID="$(grep -i -w 'ID=' /etc/os-release | awk -F= '{print $2}')"