diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-07-09 11:24:16 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-07-09 11:24:16 -0300 |
commit | 6ced9f8d7442563a48cb06a96e374030f363a328 (patch) | |
tree | d63585d7a827247e00f29a2aaab1893c78e6dfb9 | |
parent | 4c0902c24e41313b88b9f3b5eeea6c06f335df30 (diff) | |
download | termplex-6ced9f8d7442563a48cb06a96e374030f363a328.tar.gz termplex-6ced9f8d7442563a48cb06a96e374030f363a328.tar.bz2 |
Fix: use 'xtitle -q'
-rwxr-xr-x | shell | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ function window_title { tmux rename-window "$*" else if which xtitle &> /dev/null; then - xtitle "$*" + xtitle -q "$*" fi fi } |