summary refs log tree commit diff
path: root/.config/awesome/rc.lua
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2013-03-22 00:09:16 -0400
committerJune McEnroe <june@causal.agency>2013-03-22 00:09:16 -0400
commit30a83ab7355cf43df4a439cf0fe48aaef4bbbdc3 (patch)
tree12b8f3b16f24e92b05cb2061c2ef2c74d75230e1 /.config/awesome/rc.lua
parentDefault to Ruby 2.0 (diff)
downloadsrc-30a83ab7355cf43df4a439cf0fe48aaef4bbbdc3.tar.gz
src-30a83ab7355cf43df4a439cf0fe48aaef4bbbdc3.zip
Simplify autostart
Diffstat (limited to '')
-rw-r--r--.config/awesome/rc.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua
index 1b0e2874..9b081231 100644
--- a/.config/awesome/rc.lua
+++ b/.config/awesome/rc.lua
@@ -336,5 +336,3 @@ 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.util.spawn(awesome_home .. "/autostart.sh")