diff options
Diffstat (limited to 'config/awesome')
-rw-r--r-- | config/awesome/rc.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua index fbd9371..08a5794 100644 --- a/config/awesome/rc.lua +++ b/config/awesome/rc.lua @@ -611,7 +611,6 @@ 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") |