diff --git a/.bashrc b/.bashrc index b53c7e0..daa1956 100644 --- a/.bashrc +++ b/.bashrc @@ -243,6 +243,5 @@ export LANGUAGE=en_US.UTF-8 # exec startx # fi -export $(dbus-launch) bash /home/fr/bara.sh diff --git a/.xinitrc b/.xinitrc index c09f94d..59b65b8 100644 --- a/.xinitrc +++ b/.xinitrc @@ -2,6 +2,7 @@ # Make sure this is before the 'exec' command or it won't be sourced. # [ -f /etc/xprofile ] && . /etc/xprofile +eval "$(dbus-launch --sh-syntax --exit-with-session)" [ -f ~/.xprofile ] && . ~/.xprofile #[[ -f ~/.Xresources ]] && xrdb -merge -I$HOME ~/.Xresources @@ -14,7 +15,6 @@ dbus-run-session pipewire & pipewire-pulse & dwmblocks & - while true; do dbus-launch --sh-syntax --exit-with-session dwm #exec dwm