From f4f1fd55ffa1137cf1829f7ab6667e0fbc91bc25 Mon Sep 17 00:00:00 2001 From: KronikPillow Date: Tue, 30 Mar 2021 18:22:12 +0200 Subject: [PATCH] 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. --- .config/x11/xprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/x11/xprofile b/.config/x11/xprofile index f7182e19..2f44b91c 100755 --- a/.config/x11/xprofile +++ b/.config/x11/xprofile @@ -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