From dd3f46b0432179b53d8e091c06765f657f3055bf Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 10 Mar 2002 01:04:21 +0000 Subject: Avoid exec - rxvt doesn't quit (because of gdkxft and recently enabled?). --- xsh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'xsh') diff --git a/xsh b/xsh index 0c28280..09f7903 100755 --- a/xsh +++ b/xsh @@ -18,11 +18,11 @@ function termwrapper () { if [ "x$PRG" != "x" ]; then # if [ -z $PRG ]; then -# rxvt +sb -sl 500 -n "$title" -title "$title" -e $PRG & - exec rxvt +sb -sl 500 -n "$title" -title "$title" -e $PRG + rxvt +sb -sl 500 -n "$title" -title "$title" -e $PRG & +# exec rxvt +sb -sl 500 -n "$title" -title "$title" -e $PRG else -# rxvt +sb -sl 500 -n "$title" -title "$title" & - exec rxvt +sb -sl 500 -n "$title" -title "$title" + rxvt +sb -sl 500 -n "$title" -title "$title" & +# exec rxvt +sb -sl 500 -n "$title" -title "$title" fi } -- cgit v1.2.3