Compare commits

...

2 Commits

Author SHA1 Message Date
Lalle
7779e7c757
Update xprofile 2023-10-15 00:20:20 +02:00
Lalle
c178eda1be
Update dbus env 2023-10-15 00:19:44 +02:00
2 changed files with 3 additions and 3 deletions

View File

@ -13,5 +13,6 @@ if [ -f "${XDG_CONFIG_HOME:-$HOME/.config}/x11/xprofile" ]; then
else
. "$HOME/.xprofile"
fi
exec dbus-launch --exit-with-session dwm
# Activate dbus variables
dbus-update-activation-environment --all
ssh-agent dwm

View File

@ -8,7 +8,6 @@ setbg & # set the background with the `setbg` script
#xrdb ${XDG_CONFIG_HOME:-$HOME/.config}/x11/xresources & xrdbpid=$! # Uncomment to use Xresources colors/settings on startup
autostart="mpd xcompmgr dunst unclutter pipewire remapd"
eval $(ssh-agent)
for program in $autostart; do
pidof -sx "$program" || "$program" &