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