#!/bin/bash __start() { pipewire & pipewire-pulse & wireplumber & } __start & disown