lua syntax
This commit is contained in:
parent
fe7a657343
commit
73c95f0a85
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue