summaryrefslogtreecommitdiff
path: root/bin/xt
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2022-02-03 14:44:31 +0100
committerMarc Vertes <mvertes@free.fr>2022-02-03 14:44:31 +0100
commit7d5b2b5cde9f50b9c02f066a96799d9ae4430651 (patch)
treed96bead362540491d466ede0a6316418e8505fb3 /bin/xt
parenta3a3a61742950d45f1573a45a928e9b04c115634 (diff)
parent70375b4962152133c0423115427d7eaa006822d6 (diff)
Merge branch 'master' of github.com:mvertes/dotfiles
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"; }