Hello!

This is in default rc.lua:

        mywibox[s].widgets = {
                {
                        mylauncher,
                        mytaglist[s],
                        mypromptbox[s],
                        layout = awful.widget.layout.horizontal.leftright
                },
                mylayoutbox[s],
                mytextclock,
                s == 1 and mysystray or nil,
                mytasklist[s],
                layout = awful.widget.layout.horizontal.rightleft
        }

Could someone explain that a little bit to me please? Especially, the
sub-table is the first item of the full table, but why is it not the
right most one? And I've also tried switch the position of the sub-table
and mylayoutbox[s], and why nothing changed in the result?


Thank you very much!

Yuan Ye

-- 
To unsubscribe, send mail to [email protected].

Reply via email to