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