While updating my vm tests of ragnarwm, I noticed that the configuration rely on the user home directory.
This patches adds a fallback system-wide configuration located in /etc/ragnarwm/ragnar.cfg
It also uses asprintf instead of a VLA to computer the first configuration path
While updating my vm tests of
ragnarwm
, I noticed that the configuration rely on the user home directory. This patches adds a fallback system-wide configuration located in/etc/ragnarwm/ragnar.cfg
It also uses
asprintf
instead of aVLA
to computer the first configuration path