aboutsummaryrefslogtreecommitdiff
path: root/ncmpcpp
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-06-18 16:18:17 +1200
committerTom Ryder <tom@sanctum.geek.nz>2017-06-18 16:18:17 +1200
commit352a33c76a2833d353c707d95d7561f93a03cb8a (patch)
treeca07e19aa14b9f87a0b6c723f1763cecac52e074 /ncmpcpp
parentAllow setting a prompt mode for the shell (diff)
downloaddotfiles-352a33c76a2833d353c707d95d7561f93a03cb8a.tar.gz
dotfiles-352a33c76a2833d353c707d95d7561f93a03cb8a.zip
Refactor mpd/ncmpcpp stuff completely
This has been neglected. Switch to per-user mpd process instantiated on login via .profile.d. Cut back ncmpcpp config until I have time to write one that's compatible with 0.8.
Diffstat (limited to 'ncmpcpp')
-rw-r--r--ncmpcpp/config25
1 files changed, 1 insertions, 24 deletions
diff --git a/ncmpcpp/config b/ncmpcpp/config
index eb4f2120..7e865a8f 100644
--- a/ncmpcpp/config
+++ b/ncmpcpp/config
@@ -2,30 +2,7 @@
ncmpcpp_directory = "~/.ncmpcpp"
# Server specifics
-mpd_host = "localhost"
-mpd_port = "6600"
-mpd_communication_mode = "notifications"
-mpd_connection_timeout = "5"
-mpd_crossfade_time = "5"
+mpd_host = "~/.mpd/socket"
# 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"
-visualizer_look = "*|"
-visualizer_output_name = "FIFO"
-visualizer_sync_interval = "30"
-visualizer_type = "spectrum"
-
-# Use columns everywhere
-browser_display_mode = "columns"
-playlist_display_mode = "columns"
-playlist_editor_display_mode = "columns"
-search_engine_display_mode = "columns"
-song_columns_list_format = "(40)[]{t|f} (25)[blue]{a} (25)[red]{b} (10)[green]{lr}"
-
-# Don't let me actually delete anything
-allow_physical_directories_deletion = "no"
-allow_physical_files_deletion = "no"