diff options
author | Óscar Nájera <hi@oscarnajera.com> | 2022-05-25 10:32:16 +0200 |
---|---|---|
committer | Óscar Nájera <hi@oscarnajera.com> | 2022-05-25 10:32:29 +0200 |
commit | f84659ef76eef473f795a46fdc5cae525e0facce (patch) | |
tree | 3ba0d19da9396580a308aece6457c04427fe81c8 | |
parent | c4529a0c52e90aba24eab37bc824d06affba85c2 (diff) | |
download | dotfiles-f84659ef76eef473f795a46fdc5cae525e0facce.tar.gz dotfiles-f84659ef76eef473f795a46fdc5cae525e0facce.tar.bz2 dotfiles-f84659ef76eef473f795a46fdc5cae525e0facce.zip |
shepherd run on login
-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") |