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