Squashed commit of the following:
- updated mimes
- added mpd and rmpc
- added mpd to autostart
- removed delays from autostart
- install script for i3, i3blocks, and i3blocks config from repo
- i3
- pango font and nerd font for bar
- switched to i3blocks
- colors :3
This commit is contained in:
11
env/.config/mpd/mpd.conf
vendored
Normal file
11
env/.config/mpd/mpd.conf
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
music_directory "~/stuff/media/music/main"
|
||||
playlist_directory "$XDG_CONFIG_HOME/mpd/playlists"
|
||||
db_file "$XDG_CACHE_HOME/mpd/database"
|
||||
|
||||
bind_to_address "127.0.0.1"
|
||||
port "6600"
|
||||
|
||||
audio_output {
|
||||
type "pipewire"
|
||||
name "PipeWire Sound"
|
||||
}
|
||||
Reference in New Issue
Block a user