brb googling lua examples

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

View file

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