BlingCorp / bling

Utilities for the awesome window manager
https://blingcorp.github.io/bling/
MIT License
852 stars 49 forks source link

[Tag/Task]List Preview support dual monitor? #183

Closed AdsonCicilioti closed 2 years ago

AdsonCicilioti commented 2 years ago

How i could make the preview appear on respective screen where is triggered?

The example on documentation cover only setups with one screen.

Actual behavior

When the cursor is hover on the task or tags of any screen, the preview is displayed on the screen from the left.

AdsonCicilioti commented 2 years ago

I achieve work correctly, adding - parent = awful.screen.focused - at args of placement_fn method.

Maybe this could at on documentation. Will be helpful!

Nooo37 commented 2 years ago

Yea that that is also possible through the placement_fn argument would be a good extra example/comment in the documentation