Xephyr: Add more hacky shit to an already hacky script

This commit is contained in:
Salt 2017-09-01 12:59:44 -05:00
parent 1c8d9e6e81
commit bb7fa5b94c

View File

@ -25,7 +25,11 @@ xephyrdisplay=":8"
Xephyr -screen 1908x1044 -title "Xephyr Instance" -br -ac $xephyrdisplay &
DISPLAY="$xephyrdisplay"
sleep 1
urxvt &
# Disown all of our jobs
printf "\nXephyr session started with urxvt in background. Disowning and closing this terminal may break them!\n"
exit 0