diff options
| author | Ben Sima <bsima@groq.com> | 2022-10-13 10:55:42 -0700 |
|---|---|---|
| committer | Ben Sima <bsima@groq.com> | 2022-10-13 10:56:21 -0700 |
| commit | 0d916e5bbc1119597ca7bb15420aab6bed14924a (patch) | |
| tree | 2c084c869abdaaaf4c2963ea2bc904c9418b751d | |
| parent | f645808a1449a40d71e3cadd0b5b5bac164d5a7f (diff) | |
tmux: renumber windows
| -rw-r--r-- | lib/common.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
