freebsd-ports/x11/gcb/pkg-descr
Dmitry Marakasov 1f8b48b772 - Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by:	portmgr blanket
2016-05-19 10:53:05 +00:00

15 lines
656 B
Text

Gtk Copy-paste Buffer
It is something like 'xcb'. It has multiple buttons to store strings of paste
buffer. You click a button to put the content into paste-buffer/clipboard.
Advantages over xcb:
- Use right button to assign the button as a snooper. It is more
straightforward than xcb.
- It has tool-tip to display the complete content.
- It is written in Gtk, so by default it has i18 display capability.
- It can watch the clipboard of gtk (mozilla).
- History of changes of paste buffer
- By default, it is sticky on Gnome/Gtk. You can also specify option to turn
window decoration off (borderless). No more tedius desktop setup to install
it.