You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
300 B
Plaintext

# Xephyr
# Nested X server that runs as an X application.
# To ungrab mouse/keyboard; press ctrl+shift
# Run a nested X window, as display :1
Xephyr -br -ac -noreset -screen 800x600 :1
# Run a program on display :1
DISPLAY=:1 i3
# Start a new X session with xinitrc
startx -- /usr/bin/Xephyr :1