summaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-11-10 16:07:33 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-11-10 16:07:33 -0700
commit08de97cf8fb4991bfd0a7a00183a251ad81a51e3 (patch)
tree63c455b054569c1f172901c7a0872b1f00e64e4f /.tmux.conf
parent4e99da18a468d6fa759ddaec43297d8abd4fa0c4 (diff)
downloaddotfiles-08de97cf8fb4991bfd0a7a00183a251ad81a51e3.tar.gz
update tmux.conf for bullseye's tmux
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf5
1 files changed, 2 insertions, 3 deletions
diff --git a/.tmux.conf b/.tmux.conf
index d9673ab1..1e94f88d 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -64,11 +64,10 @@ bind e run-shell tmuxmacs
set -g status-position top
set -g status-justify centre
-set -g status-attr dim
+# set -g status-style dim
# invert current window so easier to pick out
-set -wg window-status-current-fg white
-set -wg window-status-current-bg black
+set -wg window-status-current-style fg=white,bg=black
# ---- terminal keycode fixes ----