Do not background the xrdb command

programs launched after xrdb may look for resources before it has finished loading them.
this also solves the Xresources/pywal resources not being loaded to dwm on login.
This commit is contained in:
KronikPillow 2021-03-30 18:22:12 +02:00
parent 844f3e5b6c
commit f4f1fd55ff
No known key found for this signature in database
GPG Key ID: E4A0CE24DAD6B3FE

View File

@ -4,7 +4,7 @@
# If you use startx/xinit like a Chad, this file will also be sourced.
setbg & # set the background with the `setbg` script
#xrdb ${XDG_CONFIG_HOME:-$HOME/.config}/x11/xresources & # Uncomment to use Xresources colors/settings on startup
#xrdb ${XDG_CONFIG_HOME:-$HOME/.config}/x11/xresources # Uncomment to use Xresources colors/settings on startup
mpd & # music player daemon-you might prefer it as a service though
remaps & # run the remaps script, switching caps/esc and more; check it for more info
xcompmgr & # xcompmgr for transparency