Fix LC_* stuff and passgen (horcruxing); Add delay and side-view mode to bspwm

This commit is contained in:
Tobias Reisinger 2021-02-23 16:33:23 +01:00
parent daef727a61
commit eca7cebedd
7 changed files with 43 additions and 22 deletions
.config/mpd

View file

@ -1,5 +1,5 @@
# Recommended location for database
db_file "$XDG_CONFIG_DIR/mpd/database"
db_file "$XDG_CONFIG_HOME/mpd/database"
# Logs to systemd journal
log_file "syslog"
@ -14,10 +14,10 @@ auto_update "yes"
restore_paused "yes"
# Uncomment to enable the functionalities
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"
playlist_directory "$XDG_CONFIG_HOME/mpd/playlists"
pid_file "$XDG_CONFIG_HOME/mpd/pid"
state_file "$XDG_CONFIG_HOME/mpd/state"
sticker_file "$XDG_CONFIG_HOME/mpd/sticker.sql"
audio_output {
type "pulse"