tmux/title

This commit is contained in:
Marc Beninca 2025-01-18 21:04:26 +01:00
parent 717ec7b41d
commit ea18907da1
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -35,7 +35,12 @@ set-option -g status 3
# enable title
set-option -g set-titles on
# set title to working directory
#set-option -g set-titles-string ''
set-option -g set-titles-string '\
tmux / \
#{session_name} / \
#{window_index} #{window_name} / \
#{pane_index} #{pane_width}×#{pane_height}\
'
# status bar
set-option -g status-bg black