aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2022-04-27 21:42:11 +1200
committerTom Ryder <tom@sanctum.geek.nz>2022-04-27 21:42:11 +1200
commita2eef97c06af1783215937a530c49a52232da82f (patch)
tree5813621e55295ac5f586d96a2f3f30cadea0fe87
parentSwitch .xinitrc to .xsession (diff)
downloaddotfiles-a2eef97c06af1783215937a530c49a52232da82f.tar.gz
dotfiles-a2eef97c06af1783215937a530c49a52232da82f.zip
Add ncmpcpp config
Just switching off window title changes at present.
-rw-r--r--Makefile5
-rw-r--r--README.md2
-rw-r--r--man/man7/dotfiles.7df3
-rw-r--r--ncmpcpp/config1
4 files changed, 11 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1beb06fd..8cf0e3e8 100644
--- a/Makefile
+++ b/Makefile
@@ -32,6 +32,7 @@
install-mpv \
install-mutt \
install-mysql \
+ install-ncmpcpp \
install-newsboat \
install-perlcritic \
install-perltidy \
@@ -496,6 +497,10 @@ install-mutt: install-gnupg install-mail mutt/filters/markdown-to-html
cp -p -- mutt/filters/markdown-to-html \
$(HOME)/.local/libexec/mutt/filters
+install-ncmpcpp:
+ mkdir -p -- $(XDG_CONFIG_HOME)/ncmpcpp
+ cp -p -- ncmpcpp/config $(XDG_CONFIG_HOME)/ncmpcpp
+
install-newsboat: install-systemd
mkdir -p -- $(XDG_CONFIG_HOME)/newsboat $(XDG_DATA_HOME)/newsboat
cp -p -- newsboat/config $(XDG_CONFIG_HOME)/newsboat
diff --git a/README.md b/README.md
index bf2bae83..8f123c04 100644
--- a/README.md
+++ b/README.md
@@ -96,6 +96,8 @@ Configuration is included for:
- [mpv](https://mpv.io/)---Media player
- [Mutt](http://www.mutt.org/)---Terminal mail user agent
- [`mysql(1)`](https://linux.die.net/man/1/mysql)---Command-line MySQL client
+- [ncmpcpp](https://rybczak.net/ncmpcpp/)---ncurses based MPD client inspired
+ by ncmpc
- [Newsboat](https://newsboat.org/)---Terminal RSS/Atom feed reader
- [`psql(1)`](https://linux.die.net/man/1/psql)---Command-line PostgreSQL
client
diff --git a/man/man7/dotfiles.7df b/man/man7/dotfiles.7df
index 02f49d0b..0a612b2f 100644
--- a/man/man7/dotfiles.7df
+++ b/man/man7/dotfiles.7df
@@ -144,6 +144,9 @@ Mutt (http://www.mutt.org/)\[em]Terminal mail user agent
\f[C]mysql(1)\f[R] (https://linux.die.net/man/1/mysql)\[em]Command-line
MySQL client
.IP \[bu] 2
+ncmpcpp (https://rybczak.net/ncmpcpp/)\[em]ncurses based MPD client
+inspired by ncmpc
+.IP \[bu] 2
Newsboat (https://newsboat.org/)\[em]Terminal RSS/Atom feed reader
.IP \[bu] 2
\f[C]psql(1)\f[R] (https://linux.die.net/man/1/psql)\[em]Command-line
diff --git a/ncmpcpp/config b/ncmpcpp/config
new file mode 100644
index 00000000..48f5137a
--- /dev/null
+++ b/ncmpcpp/config
@@ -0,0 +1 @@
+enable_window_title = no