diff options
Diffstat (limited to 'scripts/opensim.tmux.conf')
-rw-r--r-- | scripts/opensim.tmux.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/opensim.tmux.conf b/scripts/opensim.tmux.conf index ecd0b04..c101f88 100644 --- a/scripts/opensim.tmux.conf +++ b/scripts/opensim.tmux.conf | |||
@@ -14,6 +14,7 @@ set-option -g bell-on-alert on | |||
14 | 14 | ||
15 | set-option -g history-limit 100000 | 15 | set-option -g history-limit 100000 |
16 | 16 | ||
17 | # These three wont work under Ubuntu 16.04. | ||
17 | set-option -g mouse-resize-pane on | 18 | set-option -g mouse-resize-pane on |
18 | set-option -g mouse-select-pane on | 19 | set-option -g mouse-select-pane on |
19 | set-option -g mouse-select-window on | 20 | set-option -g mouse-select-window on |
@@ -37,7 +38,10 @@ set-option -g visual-content on | |||
37 | set-option -g visual-silence on | 38 | set-option -g visual-silence on |
38 | 39 | ||
39 | set-option -gw clock-mode-style 24 | 40 | set-option -gw clock-mode-style 24 |
41 | # This wont work under Ubuntu 16.04. | ||
40 | set-option -gw mode-mouse on | 42 | set-option -gw mode-mouse on |
43 | # Instead do this (also defaults to turning on the above three mouse things) - | ||
44 | #set-option -gw mouse on | ||
41 | 45 | ||
42 | # Highlight active window | 46 | # Highlight active window |
43 | set-option -gw window-status-current-bg red | 47 | set-option -gw window-status-current-bg red |