diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-10-26 15:42:38 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-10-26 15:42:38 +0200 |
commit | 973e22d8f65f952188272b76167beca816501064 (patch) | |
tree | 960b39f87b32ff8e1ccece9be7004a9cb344782d /config/common/tmux/tmux.conf | |
parent | ae62e5225d9f323fc1a4c688e809fc940ac5576f (diff) | |
parent | 18b10ff5433f13692f720e6aa505f83717f91fc9 (diff) |
Merge branch 'main' of db:dotfiles
Diffstat (limited to 'config/common/tmux/tmux.conf')
-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" |