feat: dbuslaunch added to hyprland autostart

This commit is contained in:
hesam-init 2024-03-15 19:00:57 +03:30
parent 731cfd70f3
commit 5267f2780e
3 changed files with 7 additions and 4 deletions

View file

@ -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 &

View file

@ -0,0 +1,3 @@
#!/usr/bin/env bash
export $(dbus-launch)

View file

@ -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}')"