i think this is better

This commit is contained in:
Sakooooo 2023-08-13 16:39:47 +03:00
parent dcb1990671
commit 281795a488
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

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