diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua index 8bad19ea..8e8556e8 100644 --- a/config/awesome/rc.lua +++ b/config/awesome/rc.lua @@ -588,3 +588,7 @@ beautiful.useless_gap = 10 local startupApps = { 'keepassxc', } + +for app = 1, startupApps do + awful.spawn.once(startupApps[app]) +end