Autorun dex-autostart -a
This commit is contained in:
parent
7b10f48b6a
commit
37ff5a1e97
1 changed files with 2 additions and 0 deletions
|
@ -806,6 +806,8 @@ end)
|
||||||
client.connect_signal("focus", function(c) c.border_color = beautiful.border_focus 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)
|
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:
|
-- 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
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
Loading…
Reference in a new issue