From bb7fa5b94c977083681ce3634c9d337793329d23 Mon Sep 17 00:00:00 2001 From: Salt Date: Fri, 1 Sep 2017 12:59:44 -0500 Subject: [PATCH] Xephyr: Add more hacky shit to an already hacky script --- .bin/xephrice | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.bin/xephrice b/.bin/xephrice index 34d3bb27..71f32c0e 100755 --- a/.bin/xephrice +++ b/.bin/xephrice @@ -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