Skip to content

Commit

Permalink
Add notes on storing spotifyd password into keyring with secret-tool.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackson15j committed Jan 19, 2023
1 parent 311a93b commit 755ea6e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bash/.config/spotifyd/spotifyd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ username = "yebgbl8yxona2fx1dwwkncw52"
#
# This is an alternative to the `password` field. Both
# can't be used simultaneously.
#
# **Save password to keyring with:**
#
# `secret-tool store --label='spotifyd' application rust-keyring service spotifyd username <username>`
# and then enter password on the command line.
# Confirm credential lookup with: `spotifyd --no-daemon`!!
use_keyring = true

# The audio backend used to play the your music. To get
Expand Down

0 comments on commit 755ea6e

Please sign in to comment.