From 2ffa49fe41faffff406f13378c012c018c764de9 Mon Sep 17 00:00:00 2001 From: iceyrazor Date: Thu, 23 Oct 2025 20:28:51 -0500 Subject: 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 --- env/.config/mpd/mpd.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 env/.config/mpd/mpd.conf (limited to 'env/.config/mpd') diff --git a/env/.config/mpd/mpd.conf b/env/.config/mpd/mpd.conf new file mode 100644 index 0000000..82e6708 --- /dev/null +++ b/env/.config/mpd/mpd.conf @@ -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" +} -- cgit v1.3