start: make xrun start apps after awesome is ready

`xrun` is also moved in its own module
This commit is contained in:
Vincent Bernat 2012-07-13 08:21:57 +02:00
parent 1367a9bad1
commit b1eaaf7516
3 changed files with 50 additions and 48 deletions

2
rc.lua
View file

@ -42,6 +42,7 @@ config.layouts = {
config.hostname = awful.util.pread('uname -n'):gsub('\n', '')
-- Remaining modules
loadrc("xrun")
loadrc("appearance")
loadrc("start")
loadrc("bindings")
@ -53,4 +54,3 @@ loadrc("signals")
loadrc("rules")
root.keys(config.keys.global)
startapps()