summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlake Romero <blake@developercraft.com>2026-03-22 00:23:27 +0000
committerBlake Romero <blake@developercraft.com>2026-03-22 00:23:27 +0000
commitb40c1bdb01d6d6a020b7748241de8d052e3eeff8 (patch)
tree4dc6df095c6afcd158d4735917cbad13b5302c77
parent1bce052ced4c7076767d6c31cec2e07ceb84f82c (diff)
Add wayland-pipewire-idle-inhibit service
-rwxr-xr-xservices7
1 files changed, 3 insertions, 4 deletions
diff --git a/services b/services
index 3bdc2ba..119b68f 100755
--- a/services
+++ b/services
@@ -1,15 +1,14 @@
#!/bin/sh
-if [ "$1" == "setup" ]; then
- echo setting up user services...
+
+if command -v rc-service >/dev/null 2>&1; then
rc-update -U add pipewire-pulse gui
rc-update -U add mako gui
rc-update -U add wlsunset gui
rc-update -U add waybar gui
rc-update -U add swayidle gui
-fi
+ rc-update -U add wayland-pipewire-idle-inhibit gui
-if command -v rc-service >/dev/null 2>&1; then
# run openrc user services
openrc -U gui
else