From fc606a6cb2d6ab53d6732d600d1a20b5d0a4afbe Mon Sep 17 00:00:00 2001 From: David Judge Date: Wed, 30 Sep 2020 13:16:32 +0200 Subject: [PATCH] xephyr: add page (#4365) --- pages/common/xephyr.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pages/common/xephyr.md diff --git a/pages/common/xephyr.md b/pages/common/xephyr.md new file mode 100644 index 0000000000..2a4e9fcbce --- /dev/null +++ b/pages/common/xephyr.md @@ -0,0 +1,11 @@ +# Xephyr + +> A nested X server that runs as an X application. + +- Create a black window with display ID ":2": + +`Xephyr -br -ac -noreset -screen {{800x600}} {{:2}}` + +- Start an X application on the new screen: + +`DISPLAY=:2 {{command_name}}`