Forrest logo
back to context overview

xephyr

List of commands for xephyr:

  • xephyr:tldr:132b7 xephyr: Start an X application on the new screen.
    $ DISPLAY=:2 ${command_name}
    try on your machine
    explain this command
  • xephyr:tldr:a33dc xephyr: Create a black window with display ID ":2".
    $ Xephyr -br -ac -noreset -screen ${800x600} ${:2}
    try on your machine
    explain this command
back to context overview