From eab0003768ae4ebe6b3ba5f0f25cce8e2f81f7ce Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Fri, 22 Mar 2013 00:09:16 -0400 Subject: Simplify autostart --- .config/awesome/autostart.sh | 4 ---- .config/awesome/rc.lua | 2 -- .xinitrc | 1 + 3 files changed, 1 insertion(+), 6 deletions(-) delete mode 100755 .config/awesome/autostart.sh 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") diff --git a/.xinitrc b/.xinitrc index 898efe4e..6bdd99ac 100644 --- a/.xinitrc +++ b/.xinitrc @@ -4,6 +4,7 @@ xrdb ~/.Xresources & xautolock -locker slimlock -time 30 & unclutter -idle 3 -noevents & start-pulseaudio-x11 & +xsetroot -cursor_name left_ptr & mpd & mpdscribble & -- cgit 1.4.1