Only start user shit
This commit is contained in:
parent
17c849341e
commit
1a318583e5
1 changed files with 1 additions and 1 deletions
|
@ -806,7 +806,7 @@ 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")
|
awful.spawn.with_shell("dex-autostart -a -s ~/.config/autostart/")
|
||||||
|
|
||||||
-- 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