python-fhs
Python module for using the FHS and XDG basedir paths.

◆ XDG_CONFIG_HOME

fhs.XDG_CONFIG_HOME = os.getenv('XDG_CONFIG_HOME', os.path.join(HOME, '.config'))

XDG home directory.

Definition at line 148 of file fhs.py.