lua syntax

This commit is contained in:
Sakooooo 2023-08-07 00:58:31 +03:00
parent fe7a657343
commit 73c95f0a85
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -591,7 +591,7 @@ startupapps = {
"keepassxc", "keepassxc",
} }
if startup and !startupfinished then if startup and not startupfinished then
for app = 1, #startupapps do for app = 1, #startupapps do
awful.util.spawn(startupApps[app]) awful.util.spawn(startupApps[app])
end end