Hello all,

I am in the process of converting my work machine over to Awesome 3.5 and I
seem to have ran into an issue with the Awesome launcher menu in my top
wibox.  This machine has a dual monitor setup and is causing the
"mylauncher" and the "mylayoutbox" widgets to not display on ether screen.
 I used the same rc.lua on my laptop without any external display connected
without any issues.  The section that adds these widgets to the left layout
for the wibox is from the stock 3.5 config file, I have even tried forcing
it to display on one screen by changing:

left_layout:add(mylauncher)

to

if s == 1 then left_layout:add(mylauncher) end

But still no luck.  The launcher widget is a minor annoyance as I can still
get to the menu via the Ctrl-w or right clicking on the desktop, but the
missing layout widget will bother me (I like to know what layouts I left my
tags in).

Reply via email to