cococry / ragnar

Minimal, flexible & user-friendly X tiling window manager
https://ragnarwm.org
GNU General Public License v3.0
1.06k stars 22 forks source link

Allow system-wide configuration fallback #59

Closed Sigmanificient closed 1 month ago

Sigmanificient commented 2 months ago

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

Sigmanificient commented 2 months ago

@cococry