Skip to content

Commit

Permalink
Minor comment cleanup in example config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin Lyons authored and slondr committed Mar 4, 2022
1 parent 85a3696 commit 20829f4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/src/config/File.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,16 @@ password_cmd = "command_that_writes_password_to_stdout"
# can't be used simultaneously.
use_keyring = true

#
# If set to true, `spotifyd` tries to bind to the session dbus
# and expose MPRIS controls. When running headless, without a dbus session,
# then set this to false to avoid binding errors
#
use_mpris = true

# The audio backend used to play the your music. To get
# The audio backend used to play music. To get
# a list of possible backends, run `spotifyd --help`.
backend = "alsa" # use portaudio for macOS [homebrew]

# The alsa audio device to stream audio to. To get a
# The alsa audio device to stream audio. To get a
# list of valid devices, run `aplay -L`,
device = "alsa_audio_device" # omit for macOS

Expand Down

0 comments on commit 20829f4

Please sign in to comment.