Only start user shit

This commit is contained in:
Leon 2020-09-09 09:39:03 +02:00
parent 17c849341e
commit 1a318583e5

View file

@ -806,7 +806,7 @@ 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")
awful.spawn.with_shell("dex-autostart -a -s ~/.config/autostart/")
-- possible workaround for tag preservation when switching back to default screen:
-- https://github.com/lcpz/awesome-copycats/issues/251