From 0e149dacb52d1c89e0d2099c27252c8cb1a63030 Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Fri, 14 Mar 2025 01:59:55 +0100
Subject: [PATCH] Improve.

---
 testing/aptmark/desktop   | 6 +++++-
 testing/home/all/.profile | 4 ++++
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/testing/aptmark/desktop b/testing/aptmark/desktop
index 2bdbe7d..32b6aa7 100644
--- a/testing/aptmark/desktop
+++ b/testing/aptmark/desktop
@@ -5,6 +5,8 @@ lvm2
 sway
 # at a minimum sets env stuff without which sway won't start 
 dbus-user-session
+# for sound
+pulseaudio
 # dmenu replacement
 wmenu
 # for status.sh to work
@@ -16,4 +18,6 @@ xwayland
 # for firefox and tridactyl
 curl
 firefox-esr
-
+# for using Google services
+chromium
+#
diff --git a/testing/home/all/.profile b/testing/home/all/.profile
index a2a8dca..42a4b08 100644
--- a/testing/home/all/.profile
+++ b/testing/home/all/.profile
@@ -17,3 +17,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
-- 
2.30.2