commit d7fceb01292b1723ef0d51b89d5075062f7383e8 parent b14f9dec7919b95c5a1b8192ee6189a6e5b7cd15 Author: Jan Pobrislo <ccx@webprojekty.cz> Date: Tue, 15 Dec 2020 01:25:57 +0100 expose command to exit session to X11 container Diffstat:
M | bin/zshaskpass_lock | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/bin/zshaskpass_lock b/bin/zshaskpass_lock @@ -145,6 +145,10 @@ read-plumber-message() { lock logincap chvt X ;; + (exit) + true >/run/user/ccx/X$[ ${TTY#/dev/tty} + 4 ]/fifo + keep_running=0 + ;; esac }