Currently there is no way to specify the config location.
This PR adds the command line option ( -c/--config path/to/config ) to read the specified config file on startup.
Omitting this option leads to previous behavior ( reading from ~/.config/keepmenu/config.ini ).
Paths using " ~ " ( e.g. ~/path/to/config ) are allowed.
Currently there is no way to specify the config location.
This PR adds the command line option ( -c/--config path/to/config ) to read the specified config file on startup. Omitting this option leads to previous behavior ( reading from ~/.config/keepmenu/config.ini ). Paths using " ~ " ( e.g. ~/path/to/config ) are allowed.