mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-06-07 01:23:43 +02:00
feat: dbuslaunch added to hyprland autostart
This commit is contained in:
parent
731cfd70f3
commit
5267f2780e
3 changed files with 7 additions and 4 deletions
|
@ -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 &
|
||||
|
|
3
configs/hyprland/hypr/scripts/dbus-launch.sh
Executable file
3
configs/hyprland/hypr/scripts/dbus-launch.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
export $(dbus-launch)
|
|
@ -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}')"
|
||||
|
|
Loading…
Add table
Reference in a new issue