On 22.01.2012 16:46, Alexander Yakushev wrote:
> It's me again with my silly questions. I skimed through the source of
> the new wibox module and it is not quite clear how to change the screen
> on which it would be displayed on the fly. As far as I grasped I can set
> the screen property at the wibox construction time, but after that the
> screen property of the wibox stays nil (even if you try to set it).
Hi,
wiboxes don't have any screen property, even when they are created. What exactly
are you setting?
If you are using awful.wibox: Modifying a wibox' .screen didn't reliable work
before either, because that code caches the screen internally.
For the later, you can move them to another screen via awful.wibox.attach(wibox,
position, screen) (e.g. attach(wibox, "bottom", 2)). "Normal" wiboxes can be
moved by modifying their geometry directly (:geometry({ x = 42, y = 12 })).
Cheers,
Uli
--
Q: Because it reverses the logical flow of conversation.
A: Why is putting a reply at the top of the message frowned upon?
--
To unsubscribe, send mail to [email protected].