summaryrefslogtreecommitdiff
path: root/bin/xt
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2021-06-20 16:50:57 +0200
committerMarc Vertes <mvertes@free.fr>2021-06-20 16:50:57 +0200
commitc54b5ef0f166a6454522686e6a2a5c1550505eb0 (patch)
treef438edbbf48edb1e9f7df645666936771d37d8c0 /bin/xt
parentc151c4ee62bd7b045a98dbcf3f1d6537948ba0d0 (diff)
update
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"; }