pywal icon indicating copy to clipboard operation
pywal copied to clipboard

Tutorial for xrdb patch DWM

Open Apep-the-snek opened this issue 11 months ago • 1 comments

https://dwm.suckless.org/patches/xrdb/ Request for tutorial on how to make this work with .Xresources in the Customization wiki

Apep-the-snek avatar Feb 25 '24 11:02 Apep-the-snek

I did try to do it myself, but with no success: here is what i tried: in .Xresources i put #include "/home/<USER>/.config/wal/templates/xresources-dwm" and i added the file xresources-dwm to the ~/.config/wal/templates directory with the contents:

dwm.normbordercolor: {color8}
dwm.normbgcolor: {color0}
dwm.normfgcolor: {color15}
dwm.selbordercolor: {color15}
dwm.selbgcolor: {color2}
dwm.selfgcolor: {color15}

but it doesn't work.

Apep-the-snek avatar Feb 25 '24 12:02 Apep-the-snek