summaryrefslogtreecommitdiff
path: root/bin/xt
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2021-02-22 17:10:51 +0100
committerMarc Vertes <mvertes@free.fr>2021-02-22 17:10:51 +0100
commit17b6d57450341896743f31ae67921d2abd8551bc (patch)
treec3629a6a8870fb42cbddf482750f9a0e299ec7ee /bin/xt
parent90ec7bf2b039599f987066c4e16b5817743fafcf (diff)
updated
Diffstat (limited to 'bin/xt')
-rwxr-xr-xbin/xt3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/xt b/bin/xt
index 71b92d3..9395b3e 100755
--- a/bin/xt
+++ b/bin/xt
@@ -1,4 +1,5 @@
#!/bin/sh
-exec xterm -sl 500 -j -cr red "$@" &
+#exec xterm -sl 500 -j -cr red "$@" &
+exec xterm "$@" &
#cmd="urxvtc ${@:--T $HOSTNAME}"
#eval "$cmd" || { [ $? = 2 ] && urxvtd -q -o -f && eval "$cmd"; }