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",
|
||||
}
|
||||
|
||||
if startup and !startupfinished then
|
||||
if startup and not startupfinished then
|
||||
for app = 1, #startupapps do
|
||||
awful.util.spawn(startupApps[app])
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue