i dont think i know lua lmao

This commit is contained in:
Sakooooo 2023-08-13 16:30:43 +03:00
parent af418f4595
commit 5a6006332b
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -588,3 +588,7 @@ beautiful.useless_gap = 10
local startupApps = { local startupApps = {
'keepassxc', 'keepassxc',
} }
for app = 1, startupApps do
awful.spawn.once(startupApps[app])
end