From 57ba3cf09c8398a67e8a308c17aa175631b02a96 Mon Sep 17 00:00:00 2001 From: Nathan Date: Sat, 19 Feb 2022 15:05:58 -0600 Subject: [PATCH] pipewire-start added to up --- up | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/up b/up index 45c83ad..090f550 100755 --- a/up +++ b/up @@ -38,6 +38,10 @@ fi # apps numlockx on & +if [ -x "$(command -v pipewire-start)" ]; then + pipewire-start +fi + # notifications if [ -x "$(command -v dunst)" ]; then pkill dunst