From 4ac6cd981ddbb42c7f6b476bfdbcba65ae16a0cc Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Fri, 14 Mar 2025 02:18:43 +0100
Subject: [PATCH] Improve setup.

---
 testing/home/all/.profile         | 7 ++++---
 testing/home/t490s/.profile.t490s | 4 ++++
 2 files changed, 8 insertions(+), 3 deletions(-)
 create mode 100644 testing/home/t490s/.profile.t490s

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
+
-- 
2.30.2