disable mouse

This commit is contained in:
Simon Bruder 2018-05-08 16:53:19 +00:00
parent f0b6b746b4
commit 8545f0c267
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

@ -19,10 +19,13 @@ bind - split-window -v
set -g base-index 1
setw -g pane-base-index 1
# only set window size when client is attached to the specific window
setw -g aggressive-resize on
# HOWTO copy: PREFIX+[, space, select text, enter, PREFIX+]
# enable mouse
set -g mouse on
# disable mouse (prevents simple copying)
set -g mouse off
# powerline
run-shell "powerline-daemon -q || true"