Autorun dex-autostart -a

This commit is contained in:
Leon 2020-09-01 13:35:22 +02:00
parent 7b10f48b6a
commit 37ff5a1e97

View file

@ -806,6 +806,8 @@ end)
client.connect_signal("focus", function(c) c.border_color = beautiful.border_focus end)
client.connect_signal("unfocus", function(c) c.border_color = beautiful.border_normal end)
awful.spawn.with_shell("dex-autostart -a")
-- possible workaround for tag preservation when switching back to default screen:
-- https://github.com/lcpz/awesome-copycats/issues/251
-- }}}