]> gitweb.fluxo.info Git - termplex.git/commitdiff
Fix: use 'xtitle -q'
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 9 Jul 2024 14:24:16 +0000 (11:24 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 9 Jul 2024 14:24:16 +0000 (11:24 -0300)
shell

diff --git a/shell b/shell
index c5612dcb8fab7e56e72adccdb718b827e4026e69..0dd64e66abc00ed49e617602123026ee7b517972 100755 (executable)
--- 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
 }