autocutsel
autocutsel copied to clipboard
automated xcutsel
I seem to mostly use the Primary Selection (in xterm & co) and the clipboard (in the web browser) and to sync them, I seem to need to run two...
At `~/xinitrc`, I have: ``` autocutsel -fork & autocutsel -selection PRIMARY -fork & ``` Which allows me to copy and paste (`ctrl+v`) everwhere, without any issues. However, when I open...
Hi, the problem goes like this: * Older clients (okay, *really* old clients!), don't support the UTF8 atom in selections * XtGetSelectionValue therefore fails, because, well surprise, the client doesn't...
"Left click at the region start, scroll up/down pages, then right click at region end." this no longer works after autocutsel is launched.
According to the README: ``` By default, autocutsel synchronizes the CLIPBOARD selection. You may want to use the PRIMARY selection instead, if your applications use Motif or another toolkit not...
Hello, thanks for the update of this great software. But, when I use it to copy Chinese between Windows and VNC(connected to Ubuntu),it can not work fine. When the Chinese...
I found autocutsel is very similar to other X small tool called unclutter because both are (or should be) initialized with X. So I think is a good idea to...
So Wayland compositors still have X around in the form of Xwayland and all of the clipboard sync going on there still needs to happen, but now we also need...
> -fork, -f > Run as a daemon program in the background. This is recommended when used from an X startup script. When using `-fork`, should one still include `&`?...