This commit is contained in:
Sakooooo 2023-08-13 16:26:35 +03:00
parent 62c19426ad
commit 4decfa9021
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

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