Merge b90c31bb54a05a1307b12f45540380477dcf78da into a360fadd5fd95acf954eac8b15803ff05ab9512a

This commit is contained in:
Lalle 2023-08-23 22:54:30 +01:00 committed by GitHub
commit b07d40ce7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -14,4 +14,4 @@ else
. "$HOME/.xprofile" . "$HOME/.xprofile"
fi fi
ssh-agent dwm exec dbus-launch --exit-with-session dwm

View File

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