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
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!
The text was updated successfully, but these errors were encountered:
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
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
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!The text was updated successfully, but these errors were encountered: