[Vimprobable-users] [PATCH] use XDG_CONFIG_HOME environement variable
Vimprobable is a lean web browser optimised for full keyboard control
Brought to you by:
hanness
From: Raphael N. <rne...@hs...> - 2011-08-19 12:53:30
|
Hi There Here is a patch to let vimprobable use the XDG environment variable XDG_CONFIG_HOME to find its configuration files. It's implemented with a global variable config_base which is set at startup to either $XDG_CONFIG_HOME or the standard path ~/.config/ Looking forward to your feedback. Raphael |