Exec .xsession at boot

This commit is contained in:
Leon Grünewald 2021-06-23 22:11:43 +02:00
parent 83d8610df4
commit ae043aa9f4

View file

@ -716,3 +716,6 @@ client.connect_signal("unfocus", function(c) c.border_color = beautiful.border_n
-- possible workaround for tag preservation when switching back to default screen: -- possible workaround for tag preservation when switching back to default screen:
-- https://github.com/lcpz/awesome-copycats/issues/251 -- https://github.com/lcpz/awesome-copycats/issues/251
-- }}} -- }}}
awful.spawn.with_shell("bash $HOME/.xsession")