aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authoronefang2021-07-06 14:00:14 +1000
committeronefang2021-07-06 14:00:14 +1000
commitef77d7a5c2dfb7e3e90b33cc58ec8f1b1fc7f150 (patch)
tree03496e80809504c9da7d1821b0db4e55a5a99a12
parentNo sleeping on the backup job. (diff)
downloadopensim-SC-ef77d7a5c2dfb7e3e90b33cc58ec8f1b1fc7f150.zip
opensim-SC-ef77d7a5c2dfb7e3e90b33cc58ec8f1b1fc7f150.tar.gz
opensim-SC-ef77d7a5c2dfb7e3e90b33cc58ec8f1b1fc7f150.tar.bz2
opensim-SC-ef77d7a5c2dfb7e3e90b33cc58ec8f1b1fc7f150.tar.xz
Deal with the usual "tmux loves changing their config options" bullshit.
-rw-r--r--scripts/install/opensim.tmux.conf10
1 files changed, 7 insertions, 3 deletions
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
25# SESSION OPTIONS 25# SESSION OPTIONS
26 26
27set-option -g bell-action any 27set-option -g bell-action any
28set-option -g bell-on-alert on 28##set-option -g bell-on-alert on
29set-option -g visual-activity both
30set-option -g visual-bell both
29 31
30# Not actually documented what the limit is, but there is one. 32# Not actually documented what the limit is, but there is one.
31set-option -g history-limit 100000 33set-option -g history-limit 100000
@@ -46,7 +48,7 @@ set-option -g mouse on
46#set-option -g mouse 48#set-option -g mouse
47##set-option -g mouse-utf8 off # Defaults to on. 49##set-option -g mouse-utf8 off # Defaults to on.
48 50
49set-option -g set-remain-on-exit on 51#set-option -g remain-on-exit on
50 52
51# How to set the title of the terminal window. 53# How to set the title of the terminal window.
52set-option -g set-titles on 54set-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
79 81
80# Set window notifications 82# Set window notifications
81set-option -g visual-activity on # Show status message for activity in monitor-activity windows. 83set-option -g visual-activity on # Show status message for activity in monitor-activity windows.
82#set-option -g visual-content on # Show status message for content in monitor-content windows. Based on a fnmatch(3) string. 84#set-option -g visual-content on # Show status message for content in monitor-content windows. Based on a fnmatch(3) string.
83set-option -g visual-silence on # Show status message for silence in monitor-silence windows. Based on a set interval. 85set-option -g visual-silence on # Show status message for silence in monitor-silence windows. Based on a set interval.
84 86
85set-option -gw alternate-screen off # Don't save the original screen before starting tmux, may also allow use of the terminals original scrollback buffer. 87set-option -gw alternate-screen off # Don't save the original screen before starting tmux, may also allow use of the terminals original scrollback buffer.
86set-option -gw clock-mode-style 24 # We are using the uptime clock anyway, so this is pointless. 88set-option -gw clock-mode-style 24 # We are using the uptime clock anyway, so this is pointless.
87 89
90set-option -gw monitor-activity on # Bell on activity.
91
88# Highlight active window 92# Highlight active window
89set-option -gw window-status-current-bg red 93set-option -gw window-status-current-bg red
90set-option -gw window-status-current-format '[#I:#W]' 94set-option -gw window-status-current-format '[#I:#W]'