summary refs log tree commit diff
path: root/.config
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2013-03-22 00:09:16 -0400
committerJune McEnroe <programble@gmail.com>2013-03-22 00:09:16 -0400
commiteab0003768ae4ebe6b3ba5f0f25cce8e2f81f7ce (patch)
tree712c1e17c7f9cbfb55529b2cc86b84c7898a477b /.config
parentDefault to Ruby 2.0 (diff)
downloadsrc-eab0003768ae4ebe6b3ba5f0f25cce8e2f81f7ce.tar.gz
src-eab0003768ae4ebe6b3ba5f0f25cce8e2f81f7ce.zip
Simplify autostart
Diffstat (limited to '.config')
-rwxr-xr-x.config/awesome/autostart.sh4
-rw-r--r--.config/awesome/rc.lua2
2 files changed, 0 insertions, 6 deletions
diff --git a/.config/awesome/autostart.sh b/.config/awesome/autostart.sh
deleted file mode 100755
index 8b28cea5..00000000
--- a/.config/awesome/autostart.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-xsetroot -cursor_name left_ptr &
-#xcompmgr -c -f -D 3 -C &
-/home/curtis/code/c/keycounter/keycounter -f -d -p /home/curtis/.keycounter.pid /home/curtis/.keycount &
-gitdocs start &
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")