Changes between Version 3 and Version 4 of Usage
- Timestamp:
- 11/03/13 08:45:12 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Usage
v3 v4 66 66 }}} 67 67 68 == More unusual setups == 69 .. 68 {{{#!div class="box" 69 == Xpra as a clipboard sharing tool == 70 Xpra can forward sound, clipboard and cursors as well as the application's windows. Each one of these feature can also be disabled, so one can use xpra as a clipboard synchronization tool: 71 * on the display exporting its clipboard: 72 {{{ 73 xpra shadow :0 74 }}} 75 * On the client: 76 {{{ 77 xpra attach --no-windows --no-speaker --no-cursors ssh:SERVERHOST:0 78 }}} 79 }}}