aboutsummaryrefslogtreecommitdiff
path: root/.config/service/swaysome/run
diff options
context:
space:
mode:
Diffstat (limited to '.config/service/swaysome/run')
-rwxr-xr-x.config/service/swaysome/run5
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/service/swaysome/run b/.config/service/swaysome/run
new file mode 100755
index 0000000..66324cb
--- /dev/null
+++ b/.config/service/swaysome/run
@@ -0,0 +1,5 @@
+#!/bin/sh
+exec 2>&1
+. "$HOME/.config/common_service.sh"
+chpst -e "$TURNSTILE_ENV_DIR" swaysome init 1 || exit $?
+exec pause