From 0d916e5bbc1119597ca7bb15420aab6bed14924a Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Thu, 13 Oct 2022 10:55:42 -0700 Subject: tmux: renumber windows --- lib/common.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/common.nix') diff --git a/lib/common.nix b/lib/common.nix index cdbbf6e..4ea80a7 100644 --- a/lib/common.nix +++ b/lib/common.nix @@ -208,6 +208,7 @@ in set -g status-left-length 30 set -g status-left '#S | #(whoami)@#(hostname) | ' set -g status-right '~%Y.%m.%d..%H.%M' + set -g renumber-windows on # white-ish background with dark-grey text set -g status-style bg=colour0,fg=colour13 # highlight current window -- cgit v1.2.3