aboutsummaryrefslogtreecommitdiff
path: root/tmux/tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tmux/tmux.conf')
-rw-r--r--tmux/tmux.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index ad420528..b0091fd5 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -72,6 +72,9 @@ set-option -g escape-time 0
# Don't interfere with my system clipboard
set-option -g set-clipboard off
+# Set window titles
+set-option -g set-titles on
+
# Only force individual windows to the smallest attached terminal size, not
# whole sessions
set-window-option -g aggressive-resize on