attempt to try and fix autorun
This commit is contained in:
parent
5b6dd3b59a
commit
0cd90245e9
1 changed files with 1 additions and 0 deletions
|
@ -596,4 +596,5 @@ if autorun and not autorundone then
|
||||||
for app = 1, #autorunApps do
|
for app = 1, #autorunApps do
|
||||||
awful.util.spawn(autorunApps[app])
|
awful.util.spawn(autorunApps[app])
|
||||||
end
|
end
|
||||||
|
autorundone = true
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue