Justfile: display keyboard shortcut for xephyr

This commit is contained in:
steveej 2019-06-30 20:16:17 +02:00
parent 0117d6fc6b
commit 9a9de79d60

View file

@ -147,6 +147,7 @@ hm-iterate-qtile:
XEPHYR_PID=$! XEPHYR_PID=$!
echo ${XEPHYR_PID} echo ${XEPHYR_PID}
DISPLAY=:1 $(grep qtile ~/.xsession) & DISPLAY=:1 $(grep qtile ~/.xsession) &
echo "Xephyr started. un-/grab the mouse with Ctrl + Shift-L"
wait $! wait $!
kill ${XEPHYR_PID} kill ${XEPHYR_PID}