From dd3daf33c58a573658056154c81d3cd8f0e3172d Mon Sep 17 00:00:00 2001 From: Anton Zadvorny Date: Sun, 21 Jul 2019 20:16:47 +0300 Subject: [PATCH] Fix tmux config --- home/.tmux.conf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/home/.tmux.conf b/home/.tmux.conf index 7a06b84..7982db1 100644 --- a/home/.tmux.conf +++ b/home/.tmux.conf @@ -158,11 +158,6 @@ set-option -g window-status-format '#[fg=colour244,bg=colour234]#{window_index}# # spaces between instances of window-status-format. set-option -g status-bg colour234 -# Inhibit the default styling for windows with unseen activity, which -# looks blatantly incorrect with the "powerline" theme we are trying to -# emulate. -set-window-option -g window-status-activity-attr none - # Update the status bar every second, instead of the default 15(!) # seconds. It doesn't look like it's possible to update more than # once per second, unfortunately.