summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorDavid Kaufmann <astra@ionic.at>2018-03-20 14:33:54 +0100
committerDavid Kaufmann <astra@ionic.at>2018-03-20 14:33:54 +0100
commitcf370b012f73989b34798f2199efd6dd18252640 (patch)
tree448b9d98d478036bb567bcb738528d23c8bdaa41 /home
parentdfa9537ab3cee494ee14fb5453e2f364fdb4cb09 (diff)
downloadconfig-cf370b012f73989b34798f2199efd6dd18252640.tar.gz
tmux: show window titles
Diffstat (limited to 'home')
-rw-r--r--home/.tmux.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/home/.tmux.conf b/home/.tmux.conf
index 3641cd5..4f4d12b 100644
--- a/home/.tmux.conf
+++ b/home/.tmux.conf
@@ -17,6 +17,9 @@ set-option -g repeat-time 400
set-option -g history-limit 65536
set-option -g default-terminal screen-256color
+# window titles
+set-option -g set-titles on
+
# Set action on window bell. any means a bell in any window linked to a
# session causes a bell in the current window of that session, none means
# all bells are ignored and current means only bell in windows other than