Changes between Version 36 and Version 37 of Usage
- Timestamp:
- 04/07/20 09:57:51 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Usage
v36 v37 98 98 * the display being shadowed must be active (not locked or turned off) 99 99 * on posix systems, the default X11 session is usually {{{:0}}} or {{{:1}}} and should be detected automatically if there is only one active session 100 * if there is more than one display active on the server system, you can specify which one you want to shadow: {{{xpra shadow ssh: SERVERHOST:DISPLAY}}}100 * if there is more than one display active on the server system, you can specify which one you want to shadow: {{{xpra shadow ssh://SERVERHOST/DISPLAY}}} 101 101 }}} 102 102 … … 108 108 * From the client system: 109 109 {{{ 110 xpra shadow --no-printing --no-windows --no-speaker --no-cursors ssh: SERVERHOST110 xpra shadow --no-printing --no-windows --no-speaker --no-cursors ssh://SERVERHOST/ 111 111 }}} 112 112 (also disabling sound, printing, etc is not required)