Set tmux window titles.

This commit is contained in:
2024-09-15 19:17:07 +01:00
parent f898bd202f
commit b7efe8eaed

View File

@@ -55,8 +55,12 @@
extraConfig = ''
bind-key t send-prefix
bind-key C-t last-window
set -g status-left ""
set -g status-right ""
setw -g automatic-rename on
set -g set-titles on
'';
};
}