home · contact · privacy
Improve setup.
authorChristian Heller <c.heller@plomlompom.de>
Fri, 14 Mar 2025 01:18:43 +0000 (02:18 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Fri, 14 Mar 2025 01:18:43 +0000 (02:18 +0100)
testing/home/all/.profile
testing/home/t490s/.profile.t490s [new file with mode: 0644]

index 42a4b083f147e2e025770ddbee625db78fac51ac..40aec315a1cd1c2dbcf93c1748468d600285a2b8 100644 (file)
@@ -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 (file)
index 0000000..16c20c2
--- /dev/null
@@ -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
+