lbonn / rofi

Rofi: A window switcher, run dialog and dmenu replacement - fork with wayland support
Other
927 stars 36 forks source link

[Wayland] Implement partial support for offset properties on window #40

Closed jirutka closed 2 years ago

jirutka commented 2 years ago

…using zwlr_layer_surface_v1::set_margin. It's only partial because surface margin has effect only when the the window is located on edge of the screen, not in center. Also the anchor property is not implemented, the anchor point is always the edge of the window corresponding to the location property.

lbonn commented 2 years ago

It works, nice!

Thank you!