attempt to make better startup
This commit is contained in:
parent
9f51683da7
commit
1a02157cb2
1 changed files with 8 additions and 1 deletions
|
@ -584,4 +584,11 @@ client.connect_signal("unfocus", function(c) c.border_color = beautiful.border_n
|
|||
-- Gaps for dopamine
|
||||
beautiful.useless_gap = 10
|
||||
|
||||
-- TODO find good autostart
|
||||
-- making better autostart
|
||||
local startupApps = {
|
||||
'keepassxc',
|
||||
}
|
||||
|
||||
for app in startupApps do
|
||||
awful.spawn.once(app)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue