summaryrefslogtreecommitdiff
path: root/rc.lua
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2009-12-26 22:50:44 +0100
committerAdrian C. (anrxc) <anrxc@sysphere.org>2009-12-26 22:50:44 +0100
commit00001409b258ed94cf978fdd1341c5dd80f03012 (patch)
tree71f743fa157b55c7977bc8d2e2f1f5281c6f1fd8 /rc.lua
parentc5dd408c09e463e8bd06303497ab9db21c5a4230 (diff)
downloadawesome-configs-00001409b258ed94cf978fdd1341c5dd80f03012.tar.xz
rc.lua: separate the layout and promptbox
Diffstat (limited to 'rc.lua')
-rw-r--r--rc.lua4
1 files changed, 1 insertions, 3 deletions
diff --git a/rc.lua b/rc.lua
index 76a0528..d5eb60f 100644
--- a/rc.lua
+++ b/rc.lua
@@ -290,9 +290,7 @@ for s = 1, screen.count() do
})
-- Add widgets to the wibox
wibox[s].widgets = {
- { taglist[s],
- layoutbox[s],
- promptbox[s],
+ { taglist[s], layoutbox[s], separator, promptbox[s],
["layout"] = awful.widget.layout.horizontal.leftright
},
s == screen.count() and systray or nil,