From 2983793fb38ae06dface67c895bf85ff37a7a05c Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Sun, 12 Jan 2014 17:03:11 +0100 Subject: [PATCH] ncmpcpp: add config --- Makefile | 2 +- ncmpcpp/.gitignore | 1 + ncmpcpp/config | 17 +++++++++++++++++ 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 ncmpcpp/.gitignore create mode 100644 ncmpcpp/config diff --git a/Makefile b/Makefile index 453ae77..790826f 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ APATH := $(realpath .) FILES := bin -DOTFILES := aliases bash* conky* flexget git* goobookrc msmtp* mutt offlineimap* vim* weechat xbindkeysrc Xmodmap Xresources xprofile zsh* +DOTFILES := aliases bash* conky* flexget git* goobookrc msmtp* mutt ncmpcpp offlineimap* vim* weechat xbindkeysrc Xmodmap Xresources xprofile zsh* CONFIGFILES := retroarch compton.conf mimeo.conf .PHONY: install $(FILES) $(DOTFILES) $(CONFIGFILES) diff --git a/ncmpcpp/.gitignore b/ncmpcpp/.gitignore new file mode 100644 index 0000000..bdf6ba9 --- /dev/null +++ b/ncmpcpp/.gitignore @@ -0,0 +1 @@ +error.log diff --git a/ncmpcpp/config b/ncmpcpp/config new file mode 100644 index 0000000..9d9eaaa --- /dev/null +++ b/ncmpcpp/config @@ -0,0 +1,17 @@ +###################################################### +## An example configuration file with descriptions ## +## can be found at: /usr/share/doc/ncmpcpp/config ## +###################################################### + +mpd_host = "localhost" +mpd_port = "6600" +mpd_music_dir = "~/music" + +playlist_display_mode = "columns" +browser_display_mode = "columns" +search_engine_display_mode = "columns" +playlist_editor_display_mode = "columns" + +autocenter_mode = "yes" +user_interface = "alternative" +media_library_left_column = "A" -- 2.48.1