From 9a9de79d605a5423f5c3430e70b056fef0d75864 Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Sun, 30 Jun 2019 20:16:17 +0200 Subject: [PATCH] Justfile: display keyboard shortcut for xephyr --- Justfile | 1 + 1 file changed, 1 insertion(+) 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}