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
Currently there's own_clipboard which eagerly takes clipboard ownership. It'd be nice to have a "relaxed" mode as well, i.e it will only take ownership when there's no other window holding the clipboard and serve the last saved clip.
Currently there's
own_clipboardwhich eagerly takes clipboard ownership. It'd be nice to have a "relaxed" mode as well, i.e it will only take ownership when there's no other window holding the clipboard and serve the last saved clip.