Examples (2)
Create a black window with display ID ":2"
Xephyr -br -ac -noreset -screen 800x600 :2Start an X application on the new screen
DISPLAY=:2 command_namemade by @shridhargupta | data from tldr-pages
Create a black window with display ID ":2"
Xephyr -br -ac -noreset -screen 800x600 :2Start an X application on the new screen
DISPLAY=:2 command_name