From 62c19426ad7bba698f3a9637c51b080d034dd6f5 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sun, 13 Aug 2023 16:23:28 +0300 Subject: [PATCH] function errored lmao --- config/awesome/rc.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua index 7925a38e..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 in startupApps do - awful.spawn.once(app) -end