mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
system/autocutsel: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
cbe14ca05b
commit
d3e061f992
1 changed files with 11 additions and 8 deletions
|
@ -1,14 +1,17 @@
|
|||
autocutsel (keep the X clipboard and the cutbuffer in sync)
|
||||
|
||||
Autocutsel tracks changes in the X server's cutbuffer and CLIPBOARD
|
||||
selection. When the CLIPBOARD is changed, it updates the cutbuffer.
|
||||
When the cutbuffer is changed, it owns the CLIPBOARD selection.
|
||||
The cutbuffer and CLIPBOARD selection are always synchronized.
|
||||
|
||||
Autocutsel is mostly useful with window managers since most desktop
|
||||
environments today include their own clipboard managers.
|
||||
If you dont use a display manager like KDM you can use autocutsel
|
||||
by adding an entry to your $HOME/.xinitc file using the -fork option.
|
||||
Autocutsel is mostly useful with window managers, since most desktop
|
||||
environments today include their own clipboard managers. If you dont
|
||||
use a display manager like KDM you can use autocutsel by adding an
|
||||
entry to your $HOME/.xinitc file using the -fork option.
|
||||
|
||||
Some softwares (like OpenOffice Writer) have trouble when the PRIMARY
|
||||
selection is requested before the mouse button is released.
|
||||
As a workaround, you can run autocutsel with the "-buttonup" option
|
||||
and it will only get the selection when the first mouse button is not pressed.
|
||||
Some software (like OpenOffice Writer) has trouble when the PRIMARY
|
||||
selection is requested before the mouse button is released. As a
|
||||
workaround, you can run autocutsel with the "-buttonup" option and
|
||||
it will only get the selection when the first mouse button is not
|
||||
pressed.
|
||||
|
|
Loading…
Reference in a new issue