SergioRibera / super_clipboard

Manage your clipboard history with a beautiful and simple interface
MIT License
24 stars 2 forks source link

Not saving clipboard [Arch SwayWM] #9

Open OxidizedToast opened 6 months ago

OxidizedToast commented 6 months ago

I'm not sure if I did something wrong or its note working. But my clipboard's contents is not saved nor the settings when closed. Maybe I have to implement something into the config file for swat but what I currently have is: bindsym $mod+c exec superclipboard. Other than that I think it looks amazing so good job!

SergioRibera commented 6 months ago

Oh, this is new, thank you very much for commenting, I understand that it is not working properly in Wayland environments (I'm working on it).

On the other hand, super_clipboard is a daemon, so when you start your WM you should start it as required by your WM. Being a daemon, super_clipboard also manages the appearance keybind, this is configured in the same application.

Note: when you modify something in the setting or add content to the history, it has a time-lapse before passing it to the physical file (this to avoid constant overwrites to the disk).

Anyway thank you very much for your comments, and I am glad to see that there are people interested in using my tools :D

OxidizedToast commented 6 months ago

Ok thank you for the feedback and best of luck

SergioRibera commented 6 months ago

Don't worry, try what I told you and if the problem continues, comment here, anyway, as I mentioned, it's something I'll be looking into as I fix the way it works in Wayland