Merge remote-tracking branch 'whot/for-keith'
This commit is contained in:
commit
891123ce9d
|
@ -46,7 +46,7 @@ and the following additional options:
|
||||||
sets the screen size.
|
sets the screen size.
|
||||||
.TP 8
|
.TP 8
|
||||||
.BI -parent " id"
|
.BI -parent " id"
|
||||||
uses exiting window
|
uses existing window
|
||||||
.I id .
|
.I id .
|
||||||
If a
|
If a
|
||||||
.BI -screen
|
.BI -screen
|
||||||
|
@ -59,6 +59,10 @@ set 'cursor acceleration':
|
||||||
The host's cursor is reused. This is only really there to aid
|
The host's cursor is reused. This is only really there to aid
|
||||||
debugging by avoiding server paints for the cursor. Performance
|
debugging by avoiding server paints for the cursor. Performance
|
||||||
improvement is negligible.
|
improvement is negligible.
|
||||||
|
.TP 8
|
||||||
|
.B -resizeable
|
||||||
|
Allow the Xephyr window to be resized, even if not embedded into a parent
|
||||||
|
window. By default, the Xephyr window has a fixed size.
|
||||||
.SH "SIGNALS"
|
.SH "SIGNALS"
|
||||||
Send a SIGUSR1 to the server (e.g. pkill -USR1 Xephyr) to
|
Send a SIGUSR1 to the server (e.g. pkill -USR1 Xephyr) to
|
||||||
toggle the debugging mode.
|
toggle the debugging mode.
|
||||||
|
|
Loading…
Reference in New Issue