lmao
This commit is contained in:
parent
62c19426ad
commit
4decfa9021
1 changed files with 3 additions and 0 deletions
|
@ -588,3 +588,6 @@ beautiful.useless_gap = 10
|
||||||
local startupApps = {
|
local startupApps = {
|
||||||
'keepassxc',
|
'keepassxc',
|
||||||
}
|
}
|
||||||
|
for app = 1 do
|
||||||
|
awful.spawn.once(startupApps[app])
|
||||||
|
end
|
||||||
|
|
Loading…
Reference in a new issue