summaryrefslogtreecommitdiff
path: root/bin/xt
diff options
context:
space:
mode:
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 f14954c..98f6ac6 100755
--- a/bin/xt
+++ b/bin/xt
@@ -1,5 +1,6 @@
#!/bin/sh
-exec xterm -sl 500 -j -cr red "$@" &
+#exec xterm -sl 500 -j -cr red "$@" &
+exec xterm "$@" &
#cmd="urxvtc ${@:--T $HOSTNAME}"
#cmd="urxvtc $@"
#eval "$cmd" || { [ $? = 2 ] && urxvtd -q -o -f && eval "$cmd"; }