From ef77d7a5c2dfb7e3e90b33cc58ec8f1b1fc7f150 Mon Sep 17 00:00:00 2001 From: onefang Date: Tue, 6 Jul 2021 14:00:14 +1000 Subject: Deal with the usual "tmux loves changing their config options" bullshit. --- scripts/install/opensim.tmux.conf | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'scripts/install') diff --git a/scripts/install/opensim.tmux.conf b/scripts/install/opensim.tmux.conf index 84e0c21..c204c42 100644 --- a/scripts/install/opensim.tmux.conf +++ b/scripts/install/opensim.tmux.conf @@ -25,7 +25,9 @@ bind - split-window -v # SESSION OPTIONS set-option -g bell-action any -set-option -g bell-on-alert on +##set-option -g bell-on-alert on +set-option -g visual-activity both +set-option -g visual-bell both # Not actually documented what the limit is, but there is one. set-option -g history-limit 100000 @@ -46,7 +48,7 @@ set-option -g mouse on #set-option -g mouse ##set-option -g mouse-utf8 off # Defaults to on. -set-option -g set-remain-on-exit on +#set-option -g remain-on-exit on # How to set the title of the terminal window. set-option -g set-titles on @@ -79,12 +81,14 @@ set-option -g status-right "%F #(uptime | cut -d ' ' -f 2-2,10-)" # %F is ISO da # Set window notifications set-option -g visual-activity on # Show status message for activity in monitor-activity windows. -#set-option -g visual-content on # Show status message for content in monitor-content windows. Based on a fnmatch(3) string. +#set-option -g visual-content on # Show status message for content in monitor-content windows. Based on a fnmatch(3) string. set-option -g visual-silence on # Show status message for silence in monitor-silence windows. Based on a set interval. set-option -gw alternate-screen off # Don't save the original screen before starting tmux, may also allow use of the terminals original scrollback buffer. set-option -gw clock-mode-style 24 # We are using the uptime clock anyway, so this is pointless. +set-option -gw monitor-activity on # Bell on activity. + # Highlight active window set-option -gw window-status-current-bg red set-option -gw window-status-current-format '[#I:#W]' -- cgit v1.1