mrrl-logincaps

MRRL version of logincaps
git clone https://ccx.te2000.cz/git/mrrl-logincaps
Log | Files | Refs

commit 691373a84283ad0df36f76520f821e41febb4cdf
parent d95bcf921a3a10186fdc1aaf79e86ec29134a8c9
Author: ccx <ccx@te2000.cz>
Date:   Sun, 14 Apr 2024 15:20:02 +0000

Pass in container name to urxvt launcher

Diffstat:
Mbin/handle-nsx11-message | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/handle-nsx11-message b/bin/handle-nsx11-message @@ -276,7 +276,7 @@ container-urxvt() { 's6-sudo $EXEC_PATH' '/mnt/ns/bin/spawn-pty rxvt-unicode-256color {' " $cmd" - '} s6-sudo $URXVT_PATH' + '} s6-sudo $URXVT_PATH '${(qqq)container} ) if out=$( 2>&1 env $el_env execlineb -c "${(F)el_cmd}" ); then return 0