From 7165a8eb0227f03a5126496de4a2f3407a72c3a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Sun, 7 Nov 2021 15:47:41 +0100 Subject: Add ability to control PulseAudio volume I know, son, it might be hard to accept, but you're imported. Your true parents are wmstatus and paswitch, from the desktop-tools family. Also, fix unnecessary linking of optional dependencies. --- nncmpp.adoc | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'nncmpp.adoc') diff --git a/nncmpp.adoc b/nncmpp.adoc index bcbb740..d30d754 100644 --- a/nncmpp.adoc +++ b/nncmpp.adoc @@ -37,16 +37,18 @@ Options Configuration ------------- -Unless you run MPD on a remote machine, on an unusual port, or protected by -a password, the client doesn't need a configuration file to work. It is, -however, likely that you'll want to customize the looks or add some streams. -You can start off with the following snippet: +Unless you run MPD on a remote machine, on an unusual port, protected by +a password, or only accessible through a Unix socket, the client doesn't need +a configuration file to work. It is, however, likely that you'll want to +customize the looks or add some streams. You can start off with the following +snippet: .... settings = { - address = "localhost:6600" + address = "~/.mpd/mpd.socket" password = "" root = "~/Music" + pulseaudio = on } colors = { normal = "" -- cgit v1.2.3