Accept a name for dl and include starter script file
[khome.git] / home / .tmux.conf
index 95cd4cb..05d17b8 100644 (file)
@@ -28,7 +28,7 @@ set -g history-limit 1000000
 # message-command-style fg=yellow,bg=black
 # message-style fg=black,bg=yellow
 set -g renumber-windows on
-# repeat-time 500
+set -g repeat-time 250
 # set-remain-on-exit off
 
 # #H Hostname of local host
@@ -42,7 +42,7 @@ set -g renumber-windows on
 # #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 "#{window_name} - #{pane_title} #{session_alerts}"
 set  -g  allow-rename      on
 setw -g  automatic-rename
 
@@ -52,7 +52,10 @@ 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-left ""
+setw -g status-left-length 0
+setw -g status-right "#(basename #{socket_path}) (#{session_name}) [#{window_index}.#{pane_index}  #{session_windows}] "
+setw -g status-right-length 50
 setw -g status-interval 10
 
 setw -g  window-status-current-style  "fg=#dfaf8f"
This page took 0.019154 seconds and 4 git commands to generate.