aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2024-07-09 11:24:16 -0300
committerSilvio Rhatto <rhatto@riseup.net>2024-07-09 11:24:16 -0300
commit6ced9f8d7442563a48cb06a96e374030f363a328 (patch)
treed63585d7a827247e00f29a2aaab1893c78e6dfb9
parent4c0902c24e41313b88b9f3b5eeea6c06f335df30 (diff)
downloadtermplex-6ced9f8d7442563a48cb06a96e374030f363a328.tar.gz
termplex-6ced9f8d7442563a48cb06a96e374030f363a328.tar.bz2
Fix: use 'xtitle -q'
-rwxr-xr-xshell2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell b/shell
index c5612dc..0dd64e6 100755
--- a/shell
+++ b/shell
@@ -25,7 +25,7 @@ function window_title {
tmux rename-window "$*"
else
if which xtitle &> /dev/null; then
- xtitle "$*"
+ xtitle -q "$*"
fi
fi
}