From f84659ef76eef473f795a46fdc5cae525e0facce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20N=C3=A1jera?= Date: Wed, 25 May 2022 10:32:16 +0200 Subject: shepherd run on login --- config/awesome/rc.lua | 1 + 1 file changed, 1 insertion(+) 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") -- cgit v1.2.3