diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-10-26 11:54:32 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-10-26 11:54:32 +0200 |
commit | 18b10ff5433f13692f720e6aa505f83717f91fc9 (patch) | |
tree | 393d3c9237f45de90cfe2ca5356e5d35af69baf7 /config/common | |
parent | 1765df25865f948fa08df40a72899d299f07dc91 (diff) |
changed title to window name
Diffstat (limited to 'config/common')
-rwxr-xr-x | config/common/tmux/tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/common/tmux/tmux.conf b/config/common/tmux/tmux.conf index 5867a92..1be3f71 100755 --- a/config/common/tmux/tmux.conf +++ b/config/common/tmux/tmux.conf @@ -118,7 +118,7 @@ set -g status on #+ Status + #+--------+ #+--- Layout ---+ -set -g set-titles-string "[#S:#I] #T" +set -g set-titles-string "[#S: #W] #T" set -g set-titles on set -g status-position top set -g window-status-current-style "underscore" |