diff options
| author | Blake Romero <blake@developercraft.com> | 2026-03-22 00:23:27 +0000 |
|---|---|---|
| committer | Blake Romero <blake@developercraft.com> | 2026-03-22 00:23:27 +0000 |
| commit | b40c1bdb01d6d6a020b7748241de8d052e3eeff8 (patch) | |
| tree | 4dc6df095c6afcd158d4735917cbad13b5302c77 | |
| parent | 1bce052ced4c7076767d6c31cec2e07ceb84f82c (diff) | |
Add wayland-pipewire-idle-inhibit service
| -rwxr-xr-x | services | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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 |
