aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimen A. W. Olsen <hello@simenandre.no>2026-04-06 09:19:30 +0200
committerSimen A. W. Olsen <hello@simenandre.no>2026-04-06 09:19:30 +0200
commitd7020c3bba92e30dd7ca87221a0252e63689607d (patch)
tree2bf93f0fc81b0efd40247420bde9576ff61dad35
parenta6a9dd09dc685d7d7d0835a5086c7876b27d0f2a (diff)
downloaddotfiles-d7020c3bba92e30dd7ca87221a0252e63689607d.tar.gz
dotfiles-d7020c3bba92e30dd7ca87221a0252e63689607d.zip
feat(tmux): enable window titles
-rw-r--r--modules/home/tmux.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/home/tmux.nix b/modules/home/tmux.nix
index f084f35..0844403 100644
--- a/modules/home/tmux.nix
+++ b/modules/home/tmux.nix
@@ -14,6 +14,9 @@
set -g mouse on
+ set -g set-titles on
+ set -g set-titles-string "#S / #W"
+
set -g base-index 1
set-window-option -g mode-keys vi