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
|
||||
awful.util.spawn(autorunApps[app])
|
||||
end
|
||||
autorundone = true
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue