aboutsummaryrefslogtreecommitdiff
path: root/ncmpcpp
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-08-27 19:31:03 +1200
committerTom Ryder <tom@sanctum.geek.nz>2015-08-27 19:31:03 +1200
commitb31b6b799c50a79a8cad7d1e75d81bdece671f7f (patch)
tree0b7ed5f02f84b38fa52a851df6789f1df2b6c7fc /ncmpcpp
parentUse plain ol' cutchars, not perl select (diff)
downloaddotfiles-b31b6b799c50a79a8cad7d1e75d81bdece671f7f.tar.gz
dotfiles-b31b6b799c50a79a8cad7d1e75d81bdece671f7f.zip
Disable mouse in ncmpcpp
Diffstat (limited to 'ncmpcpp')
-rw-r--r--ncmpcpp/config3
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"