-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider using XDG_CACHE_HOME for the log file. #10
Comments
👍 This blog post lists the advantages of using the XDG Base Directory Specification as follows:
|
Any progress on this? |
|
There's some caveats when using it with tmux, cf. https://sourceforge.net/p/xclip/bugs/9/ |
This was implemented by @valeth in Nov 2015, and merged in Aug 2016. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This would mean instead of
HOME/.xsel.log
,XDG_CACHE_HOME/xsel/log
would beused.
If
XDG_CACHE_HOME
is not set or not absolute, the fallbackHOME/.cache
should be substituted instead.
The text was updated successfully, but these errors were encountered: