-
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
[Feature request] Autosave on close #107
Comments
This was implemented in this PR: #134 early_exit=true in config works exactly as you desired I believe. |
Even with early_exit=true, the picture is not saved when I closed the window.
command: |
You're right @tuanbass. I read the originally requested functionality backwards. early_exit makes it so that when you click the copy to clip board button or the save button the GUI automatically exits. Not when you exit it automatically saves. The workflows seem the same to me: you would just click copy or save instead of exit and both of these buttons are in the top right corner. But I now understand why they are different conceptually. |
Thanks for the response, @AdjectiveAllison . Unfortunately, the buttons does not work for me, as I'm using sway, for a mouseless centric workflow. How do you think about a setting to enable autosaving on close ? It should not be too difficult, as in the source code, you already call |
I create a PR for this feature at #168. |
Thanks for a great piece of very useful software!
Is it possible to configure swappy to automatically save an image on close?
The text was updated successfully, but these errors were encountered: