summaryrefslogtreecommitdiff
path: root/hosts/iroha/scripts/run-pipewire
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/iroha/scripts/run-pipewire')
-rwxr-xr-xhosts/iroha/scripts/run-pipewire5
1 files changed, 5 insertions, 0 deletions
diff --git a/hosts/iroha/scripts/run-pipewire b/hosts/iroha/scripts/run-pipewire
new file mode 100755
index 0000000..ef6a987
--- /dev/null
+++ b/hosts/iroha/scripts/run-pipewire
@@ -0,0 +1,5 @@
+#! /usr/bin/env sh
+sudo mkdir -p /run/user/1000
+sudo chown andrew:users /run/user/1000
+export XDG_RUNTIME_DIR=/run/user/1000
+gentoo-pipewire-launcher restart &