aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/awesome/rc.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua
index 08a5794..fbd9371 100644
--- a/config/awesome/rc.lua
+++ b/config/awesome/rc.lua
@@ -611,6 +611,7 @@ local function run_once(cmd)
awful.spawn.with_shell("pgrep -u $USER -x " .. findme .. " > /dev/null || (" .. cmd .. ")")
end
+run_once("shepherd")
run_once("nextcloud")
run_once("light-locker")
run_once("redshift-gtk")