From 00001409b258ed94cf978fdd1341c5dd80f03012 Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Sat, 26 Dec 2009 22:50:44 +0100 Subject: rc.lua: separate the layout and promptbox --- rc.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'rc.lua') 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, -- cgit v1.2.3