aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
}