From: Christian Heller <c.heller@plomlompom.de>
Date: Fri, 14 Mar 2025 01:18:43 +0000 (+0100)
Subject: Improve setup.
X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/decks/%7B%7Bdb.prefix%7D%7D/static/booking?a=commitdiff_plain;h=4ac6cd981ddbb42c7f6b476bfdbcba65ae16a0cc;p=config

Improve setup.
---

diff --git a/testing/home/all/.profile b/testing/home/all/.profile
index 42a4b08..40aec31 100644
--- a/testing/home/all/.profile
+++ b/testing/home/all/.profile
@@ -18,6 +18,7 @@ PATH_LOCAL_BIN="${HOME}/.local/bin"
 # local changes to this shell variable otherwise will get lost
 export PATH
 
-# should be set in .config/pulse/default.pa, but seems to be ignored there
-pacmd set-sink-volume 0 0x10000
-pacmd set-sink-mute 0 0
+# include others
+for FILE in ${HOME}/\.profile\.*; do
+    . "${FILE}"
+done
diff --git a/testing/home/t490s/.profile.t490s b/testing/home/t490s/.profile.t490s
new file mode 100644
index 0000000..16c20c2
--- /dev/null
+++ b/testing/home/t490s/.profile.t490s
@@ -0,0 +1,4 @@
+# should be set in .config/pulse/default.pa, but seems to be ignored there
+pacmd set-sink-volume 0 0x10000
+pacmd set-sink-mute 0 0
+