From 3338482c137905e386916d2fc3aa8dd32e6d1045 Mon Sep 17 00:00:00 2001 From: Cameron Nemo Date: Thu, 30 Apr 2020 09:56:12 -0700 Subject: [PATCH] Updated Startup (process manager) Integration (markdown) --- Startup-(process-manager)-Integration.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Startup-(process-manager)-Integration.md b/Startup-(process-manager)-Integration.md index ada6dad..63e3f3b 100644 --- a/Startup-(process-manager)-Integration.md +++ b/Startup-(process-manager)-Integration.md @@ -97,4 +97,7 @@ You may want to create additional job configurations for services such as dbus, gpg/ssh agent, redshift, or similar. Additionally, applications can be started at the beginning of the session -using [dex](https://github.com/jceb/dex). \ No newline at end of file +using [dex](https://github.com/jceb/dex). + +Once you have configured the jobs you want to run, startup can be invoked as +`startup --user` (e.g. from your shell startup config, as you would have invoked sway). \ No newline at end of file