mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
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:
parent
844f3e5b6c
commit
f4f1fd55ff
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user