From 281795a4887d8073ef192151a3c48bd3bc50f40b Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sun, 13 Aug 2023 16:39:47 +0300 Subject: [PATCH] i think this is better --- config/awesome/rc.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua index 8bad19ea..301fc099 100644 --- a/config/awesome/rc.lua +++ b/config/awesome/rc.lua @@ -588,3 +588,7 @@ beautiful.useless_gap = 10 local startupApps = { 'keepassxc', } + +for i, app in ipairs(startupApps) do + awful.spawn.once(app) +end