diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2015-08-27 19:31:03 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2015-08-27 19:31:03 +1200 |
commit | b31b6b799c50a79a8cad7d1e75d81bdece671f7f (patch) | |
tree | 0b7ed5f02f84b38fa52a851df6789f1df2b6c7fc /ncmpcpp/config | |
parent | Use plain ol' cutchars, not perl select (diff) | |
download | dotfiles-b31b6b799c50a79a8cad7d1e75d81bdece671f7f.tar.gz dotfiles-b31b6b799c50a79a8cad7d1e75d81bdece671f7f.zip |
Disable mouse in ncmpcpp
Diffstat (limited to 'ncmpcpp/config')
-rw-r--r-- | ncmpcpp/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ncmpcpp/config b/ncmpcpp/config index 3529467e..cf384f9c 100644 --- a/ncmpcpp/config +++ b/ncmpcpp/config @@ -8,6 +8,9 @@ mpd_communication_mode = "notifications" mpd_connection_timeout = "5" mpd_crossfade_time = "5" +# No mouse, it confuses tmux/urxvt, and I never use it anyway +mouse_support = "no" + # Visualization visualizer_fifo_path = "/tmp/mpd.fifo" visualizer_in_stereo = "yes" |