zx icon indicating copy to clipboard operation
zx copied to clipboard

Adds ability to specify config file.

Open vtrlx opened this issue 7 years ago • 0 comments

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 one to override config options on the command-line e.g:

zx -c ~/.config/i3/zx.conf -d 0

will disable daemon mode regardless of what ~/.config/i3/zx.conf specifies.

vtrlx avatar Mar 09 '17 20:03 vtrlx