User talk:Alcasa

From ArchWiki

Common problems

URXVT - Xresources doesnt get parsed on boot

When the Xresources file contains variables and the packaged xrdb doesnt contain the cpp parser, a manual parsing might be required. The normal .Xresources file will be saved as .Xresources.dev. A new parsed .Xresources file can be generated by the following command.

$ cpp -P .Xresources.dev .Xresources

Now .Xresources should be applied correctly. Source: Launchpad Bug report