attempt to try and fix autorun

This commit is contained in:
Sakooooo 2023-08-12 17:18:45 +03:00
parent 5b6dd3b59a
commit 0cd90245e9
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -596,4 +596,5 @@ if autorun and not autorundone then
for app = 1, #autorunApps do
awful.util.spawn(autorunApps[app])
end
autorundone = true
end