diff options
Diffstat (limited to '')
-rwxr-xr-x | .config/service/thunar/run | 5 |
1 files changed, 5 insertions, 0 deletions
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 |