X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=home%2F.tmux.conf;h=f1cb8e56e0b44d7948e9d835ece27705c31357a2;hb=ded6da973bdf9a53919260f6a423ae53d05af598;hp=cacfa98f62264ebf5d152861acedb0ac7acb7169;hpb=89f8a15758052e1440366d5025591280683b0407;p=khome.git diff --git a/home/.tmux.conf b/home/.tmux.conf index cacfa98..f1cb8e5 100644 --- a/home/.tmux.conf +++ b/home/.tmux.conf @@ -27,8 +27,8 @@ set -g history-limit 1000000 # lock-command "lock -np" # message-command-style fg=yellow,bg=black # message-style fg=black,bg=yellow -# renumber-windows off -# repeat-time 500 +set -g renumber-windows on +set -g repeat-time 250 # set-remain-on-exit off # #H Hostname of local host @@ -42,7 +42,7 @@ set -g history-limit 1000000 # #W Name of window set -g set-titles on -set -g set-titles-string "#S [#I #{session_windows}] #W - #T #{session_alerts}" +set -g set-titles-string "#{session_name} [#{window_index}.#{pane_index} #{session_windows}] #{window_name} - #{pane_title} #{session_alerts}" set -g allow-rename on setw -g automatic-rename @@ -52,7 +52,8 @@ setw -g status-style "fg=#b2b2a0" setw -ga status-style "bg=#383838" #setw -ga status-style "bg=#1f1f1f" # too dark #setw -ga status-style "bg=#3f3f3f" # blends with term bg too much -setw -g status-right "\"#{=21:pane_title}\" #(weekday-viz) %b %d %H:%M" +setw -g status-right "sock:#{socket_path} " +setw -g status-right-length 50 setw -g status-interval 10 setw -g window-status-current-style "fg=#dfaf8f"