10-24-2024, 09:25 PM
(This post was last modified: 10-25-2024, 02:07 AM by Rev.
Edit Reason: New instructions
)
(10-23-2024, 08:08 AM)MrAureliusR Wrote: Well, it would be nice to follow the XDG stuff, like xdg-config-home or whatever it's called. That way system managers can choose where that stuff goes instead of it being hard-coded. But as long as you follow the traditional guidelines -- system-wide config in /etc, user-specific stuff in ~/.config -- then I'm sure people will be happy
Also this looks like a super cool project and I'm curious to give it a try. Do you have an installation guide?
I've decided on $HOME/.config/jwms/ as the user config path and /etc/jwms/ as the system config path. I still don't have a way of normally installing the program into the system yet, Although I could whip up a bash script that installs the binary in /usr/local/bin and moves the provided cfg file to the system path.
EDIT: I just updated the project so you can install the program via "sudo make install" and removing the program via "sudo make uninstall". The dependencies that are needed to build the program are on the github.