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