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