diff options
Diffstat (limited to 'config/awesome/rc.lua')
-rw-r--r-- | config/awesome/rc.lua | 1 |
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") |