summaryrefslogtreecommitdiff
path: root/tmux.conf
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2022-01-23 18:28:48 +0100
committerPeter Palfrader <peter@palfrader.org>2022-01-23 18:28:48 +0100
commite052bc357a9067513a440c19acbe62dcce469981 (patch)
tree27e40433e991f7ee5a5a739c4c03b91238a42891 /tmux.conf
parentdc809b09e5f58926d94ec64b6a445a04c2880804 (diff)
update tmuxHEADmaster
Diffstat (limited to 'tmux.conf')
-rw-r--r--tmux.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/tmux.conf b/tmux.conf
index 4ab9059..e5fd3ba 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -1,7 +1,8 @@
# mess with the status window
set -g status-bg colour109
set -g status-right "[#T]"
-setw -g window-status-current-bg white
+#setw -g window-status-current-bg white
+set -g window-status-current-style bg=white
bind -n C-Right next-window
bind -n C-Left previous-window