summarylogtreecommitdiffstats
path: root/0004-Remove-services-that-systemd-automatically-starts-fr.patch
diff options
context:
space:
mode:
authorArenM2022-04-28 22:22:10 -0400
committerArenM2023-04-05 21:20:25 -0400
commite39ac8fee0451598b8b9997962b935886a1cbcad (patch)
treeafde85b41017beb9a6154b67cac6e1cb51f84adf /0004-Remove-services-that-systemd-automatically-starts-fr.patch
downloadaur-e39ac8fee0451598b8b9997962b935886a1cbcad.tar.gz
initial commit
This is forked from the sxmo-utils package in danctnix https://github.com/dreemurrs-embedded/Pine64-Arch/blob/master/PKGBUILDS/sxmo/sxmo-utils/PKGBUILD Notable changes include: - Add patches to use systemd instead of superd - Disable dwm variant. None of the sxmo versions of the suckless utilities are in the aur, and I don't want to maintain aur versions of them.
Diffstat (limited to '0004-Remove-services-that-systemd-automatically-starts-fr.patch')
-rw-r--r--0004-Remove-services-that-systemd-automatically-starts-fr.patch34
1 files changed, 34 insertions, 0 deletions
diff --git a/0004-Remove-services-that-systemd-automatically-starts-fr.patch b/0004-Remove-services-that-systemd-automatically-starts-fr.patch
new file mode 100644
index 000000000000..8d79159b5bdc
--- /dev/null
+++ b/0004-Remove-services-that-systemd-automatically-starts-fr.patch
@@ -0,0 +1,34 @@
+From fc4aa1e203a142e46142bc6d013ae09b5bb3be9a Mon Sep 17 00:00:00 2001
+From: ArenM <aren@peacevolution.org>
+Date: Sat, 18 Feb 2023 14:40:03 -0500
+Subject: [PATCH sxmo-utils 4/9] Remove services that systemd automatically
+ starts from the start hook
+
+---
+ configs/default_hooks/sxmo_hook_start.sh | 10 ----------
+ 1 file changed, 10 deletions(-)
+
+diff --git a/configs/default_hooks/sxmo_hook_start.sh b/configs/default_hooks/sxmo_hook_start.sh
+index 8140d6d..9697d8d 100755
+--- a/configs/default_hooks/sxmo_hook_start.sh
++++ b/configs/default_hooks/sxmo_hook_start.sh
+@@ -11,16 +11,6 @@ xdg-user-dirs-update
+
+ printenv | cut -d '=' -f 1 | xargs systemctl --user import-environment
+
+-# Load our sound daemons
+-
+-if [ "$(command -v pulseaudio)" ]; then
+- superctl start pulseaudio
+-elif [ "$(command -v pipewire)" ]; then
+- # pipewire-pulse will start pipewire
+- superctl start pipewire-pulse
+- superctl start wireplumber
+-fi
+-
+ # Periodically update some status bar components
+ sxmo_hook_statusbar.sh all
+ sxmo_daemons.sh start statusbar_periodics sxmo_run_aligned.sh 60 \
+--
+2.39.2
+