diff options
Diffstat (limited to 'xsh')
-rwxr-xr-x | xsh | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 } |