You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.
I'd like to suggest to use also XDG_CONFIG_DIRS if the file isn't found under XDG_CONFIG_HOME. This would enable, for instance, system-wide or desktop-environment specific defaults for those files.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently,
sxiv/exec/...
files are searched underXDG_CONFIG_HOME
directory:https://github.com/muennich/sxiv/blob/df35cdcd2d81e7232905cb46c8fd3a3d046d9b1b/main.c#L911
I'd like to suggest to use also
XDG_CONFIG_DIRS
if the file isn't found underXDG_CONFIG_HOME
. This would enable, for instance, system-wide or desktop-environment specific defaults for those files.The text was updated successfully, but these errors were encountered: