From 5a6006332bbdbe3b2ab0f05ee609466a3811430c Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sun, 13 Aug 2023 16:30:43 +0300 Subject: [PATCH] i dont think i know lua lmao --- config/awesome/rc.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua index 8bad19ea..8e8556e8 100644 --- a/config/awesome/rc.lua +++ b/config/awesome/rc.lua @@ -588,3 +588,7 @@ beautiful.useless_gap = 10 local startupApps = { 'keepassxc', } + +for app = 1, startupApps do + awful.spawn.once(startupApps[app]) +end