i think this is better
This commit is contained in:
parent
dcb1990671
commit
281795a488
1 changed files with 4 additions and 0 deletions
|
@ -588,3 +588,7 @@ beautiful.useless_gap = 10
|
||||||
local startupApps = {
|
local startupApps = {
|
||||||
'keepassxc',
|
'keepassxc',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
for i, app in ipairs(startupApps) do
|
||||||
|
awful.spawn.once(app)
|
||||||
|
end
|
||||||
|
|
Loading…
Reference in a new issue