add: add bspwm rules
add: XDG_XXXXX_DIR config add: zathura config fix: launch of mpd and mopidy
This commit is contained in:
parent
db465455b0
commit
625ee51457
6 changed files with 32 additions and 10 deletions
.config/mpd
|
@ -1,11 +1,11 @@
|
|||
# Recommended location for database
|
||||
db_file "~/.config/mpd/database"
|
||||
db_file "$XDG_CONFIG_DIR/mpd/database"
|
||||
|
||||
# Logs to systemd journal
|
||||
log_file "syslog"
|
||||
|
||||
# The music directory is by default the XDG directory, uncomment to amend and choose a different directory
|
||||
music_directory "~/Music"
|
||||
music_directory "$XDG_MUSIC_DIR"
|
||||
|
||||
# Refresh the database whenever files in the music_directory are changed
|
||||
auto_update "yes"
|
||||
|
@ -14,10 +14,10 @@ auto_update "yes"
|
|||
restore_paused "yes"
|
||||
|
||||
# Uncomment to enable the functionalities
|
||||
playlist_directory "~/.config/mpd/playlists"
|
||||
pid_file "~/.config/mpd/pid"
|
||||
state_file "~/.config/mpd/state"
|
||||
sticker_file "~/.config/mpd/sticker.sql"
|
||||
playlist_directory "$XDG_CONFIG_DIR/mpd/playlists"
|
||||
pid_file "$XDG_CONFIG_DIR/mpd/pid"
|
||||
state_file "$XDG_CONFIG_DIR/mpd/state"
|
||||
sticker_file "$XDG_CONFIG_DIR/mpd/sticker.sql"
|
||||
|
||||
audio_output {
|
||||
type "pulse"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue