aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/mpd/mpd.conf19
-rw-r--r--.config/shell/profile2
-rw-r--r--.config/zsh/.zshrc (renamed from .zshrc)0
l---------.zprofile1
4 files changed, 22 insertions, 0 deletions
diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf
new file mode 100644
index 0000000..ab02f44
--- /dev/null
+++ b/.config/mpd/mpd.conf
@@ -0,0 +1,19 @@
+db_file "~/.config/mpd/mpd.db"
+log_file "~/.config/mpd/mpd.log"
+pid_file "~/.config/mpd/mpd.pid"
+state_file "~/.config/mpd/mpdstate"
+
+music_directory "/mnt/ssd/music"
+
+auto_update "yes"
+bind_to_address "0.0.0.0"
+port "6600"
+#restore_paused "yes"
+#max_output_buffer_size "16384"
+
+audio_output {
+ type "pipewire"
+ name "PipeWire Sound Server"
+}
+
+
diff --git a/.config/shell/profile b/.config/shell/profile
new file mode 100644
index 0000000..1391f75
--- /dev/null
+++ b/.config/shell/profile
@@ -0,0 +1,2 @@
+export ZDOTDIR="$HOME/.config/zsh"
+[ "$(tty)" = "/dev/tty1" ] && ! pidof -s Hyprland >/dev/null 2>&1 && exec "/home/awy/.config/hypr/start.sh"
diff --git a/.zshrc b/.config/zsh/.zshrc
index 6bb4380..6bb4380 100644
--- a/.zshrc
+++ b/.config/zsh/.zshrc
diff --git a/.zprofile b/.zprofile
new file mode 120000
index 0000000..8486fca
--- /dev/null
+++ b/.zprofile
@@ -0,0 +1 @@
+.config/shell/profile \ No newline at end of file