summary refs log tree commit diff
path: root/tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.conf')
-rw-r--r--tmux.conf15
1 files changed, 12 insertions, 3 deletions
diff --git a/tmux.conf b/tmux.conf
index 4ac1b66..393c7bc 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -10,7 +10,16 @@ set -gw mode-keys emacs
 # status
 set -g status on
 
-set-option -g status-left-length 25
-set-option -g status-left '#h:#S |'
-set-option -g status-right ' | %Y-%m-%d %H:%M'
+set -g status-left-length 50
+set -g status-right-length 50
+set-option -g status-left '#h:[#S]'
 
+set -g status-right "%H:%M %d-%h-%Y"
+setw -g window-status-current-format "|#I:#W|"
+set-window-option -g automatic-rename off
+
+# listen to alerts from all windows
+set -g bell-action any
+
+new-session -s work
+new-session -s personal