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