-
-
Notifications
You must be signed in to change notification settings - Fork 521
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
Don't error if failed to open clipboard #217
Conversation
A failure can happen if spt is run in an environment that doesn't have access to an xorg server. Closes Rigellute#195
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice one 👍
@all-contributors please add @eminence for code |
I've put up a pull request to add @eminence! 🎉 |
@all-contributors please add @eminence for code |
This project's configuration file has malformed JSON: .all-contributorsrc. Error:: Unexpected token { in JSON at position 350 |
@all-contributors please add @eminence for code |
This project's configuration file has malformed JSON: .all-contributorsrc. Error:: Unexpected token { in JSON at position 349 |
@all-contributors please add @eminence for code |
I've put up a pull request to add @eminence! 🎉 |
A failure can happen if spt is run in an environment that doesn't have
access to an xorg server.
Closes #195