Victoria Lacroix

Results 3 issues of Victoria Lacroix

This patch adds the `-c` option to the command-line, allowing the user to specify another location for the config file. Ex: ``` zx -c ~/.config/i3/zx.conf ``` These changes still allow...

This PR just makes a few changes mostly for convenience. - The functions under "PRIVATE" in `vector.h` are moved to the top of `vector.c` so they can actually stay private....

Previously, using any command that forked sam would run the odd risk of causing sam's control socket to exit. This seems to be a consequence of using atexit() to schedule...