From 73c95f0a85dcc174e2675b8d7c69869f4da09777 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Mon, 7 Aug 2023 00:58:31 +0300 Subject: [PATCH] lua syntax --- config/awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua index 183d624e..1b7994e0 100644 --- a/config/awesome/rc.lua +++ b/config/awesome/rc.lua @@ -591,7 +591,7 @@ startupapps = { "keepassxc", } -if startup and !startupfinished then +if startup and not startupfinished then for app = 1, #startupapps do awful.util.spawn(startupApps[app]) end