diff options
author | onefang | 2021-07-06 14:00:14 +1000 |
---|---|---|
committer | onefang | 2021-07-06 14:00:14 +1000 |
commit | ef77d7a5c2dfb7e3e90b33cc58ec8f1b1fc7f150 (patch) | |
tree | 03496e80809504c9da7d1821b0db4e55a5a99a12 | |
parent | No sleeping on the backup job. (diff) | |
download | opensim-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.conf | 10 |
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 | ||
27 | set-option -g bell-action any | 27 | set-option -g bell-action any |
28 | set-option -g bell-on-alert on | 28 | ##set-option -g bell-on-alert on |
29 | set-option -g visual-activity both | ||
30 | set-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. |
31 | set-option -g history-limit 100000 | 33 | set-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 | ||
49 | set-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. |
52 | set-option -g set-titles on | 54 | 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 | |||
79 | 81 | ||
80 | # Set window notifications | 82 | # Set window notifications |
81 | set-option -g visual-activity on # Show status message for activity in monitor-activity windows. | 83 | set-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. |
83 | set-option -g visual-silence on # Show status message for silence in monitor-silence windows. Based on a set interval. | 85 | set-option -g visual-silence on # Show status message for silence in monitor-silence windows. Based on a set interval. |
84 | 86 | ||
85 | 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. | 87 | 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. |
86 | set-option -gw clock-mode-style 24 # We are using the uptime clock anyway, so this is pointless. | 88 | set-option -gw clock-mode-style 24 # We are using the uptime clock anyway, so this is pointless. |
87 | 89 | ||
90 | set-option -gw monitor-activity on # Bell on activity. | ||
91 | |||
88 | # Highlight active window | 92 | # Highlight active window |
89 | set-option -gw window-status-current-bg red | 93 | set-option -gw window-status-current-bg red |
90 | set-option -gw window-status-current-format '[#I:#W]' | 94 | set-option -gw window-status-current-format '[#I:#W]' |