This commit is contained in:
Filip Rojek 2023-07-07 11:02:04 +02:00
parent 0e2d581a42
commit e44bf09895
2 changed files with 1 additions and 2 deletions

View File

@ -243,6 +243,5 @@ export LANGUAGE=en_US.UTF-8
# exec startx
# fi
export $(dbus-launch)
bash /home/fr/bara.sh

View File

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