diff options
author | David Walter Seikel | 2016-12-09 07:16:10 +1000 |
---|---|---|
committer | David Walter Seikel | 2016-12-09 07:16:10 +1000 |
commit | f96afdb62bc05dd4c2ec4ba53a9978218bd82746 (patch) | |
tree | c369c8b35426a31aa65395c29593fc2cd93ded81 /scripts/opensim.tmux.conf | |
parent | Add asset fixing Perl script, though likely to convert it to Lua later. (diff) | |
download | opensim-SC-f96afdb62bc05dd4c2ec4ba53a9978218bd82746.zip opensim-SC-f96afdb62bc05dd4c2ec4ba53a9978218bd82746.tar.gz opensim-SC-f96afdb62bc05dd4c2ec4ba53a9978218bd82746.tar.bz2 opensim-SC-f96afdb62bc05dd4c2ec4ba53a9978218bd82746.tar.xz |
Various little clean ups.
Diffstat (limited to '')
-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 |