From 3a0868feb48fbe004942ed84bf7bea000428de82 Mon Sep 17 00:00:00 2001 From: Luca Matei Pintilie Date: Mon, 15 Jul 2024 01:20:39 +0200 Subject: implement turnstile-style services --- .config/service/thunar/run | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 .config/service/thunar/run (limited to '.config/service/thunar') diff --git a/.config/service/thunar/run b/.config/service/thunar/run new file mode 100755 index 0000000..a7fa76f --- /dev/null +++ b/.config/service/thunar/run @@ -0,0 +1,5 @@ +#!/bin/sh +exec 2>&1 +. "$HOME/.config/common_service.sh" +chpst -e "$TURNSTILE_ENV_DIR" thunar --daemon || exit $? +exec pause -- cgit v1.2.3