diff --git a/roles/tmux/templates/tmux.conf.j2 b/roles/tmux/templates/tmux.conf.j2 index 0d1d631..3900024 100644 --- a/roles/tmux/templates/tmux.conf.j2 +++ b/roles/tmux/templates/tmux.conf.j2 @@ -37,7 +37,7 @@ set status-right '[FFKA: #(ip addr show freifunk | grep inet6 | grep -v fe80 | c set status-interval 2 # Set some helpful limits & modes -set -g mouse on +set -g mouse off set -g history-limit 50000 # Make tmux resize based on smallest client actually viewing the window, not just attached