davatorium / rofi

Rofi: A window switcher, application launcher and dmenu replacement
https://davatorium.github.io/rofi/
Other
13.04k stars 609 forks source link

"listview" alignment issue with "layout: horizontal" #777

Open ghost opened 6 years ago

ghost commented 6 years ago

With layout: horizontal in listview, when you scroll past a listview's page and then scroll back, the elements are automatically right-aligned, which caused the amount of unused space to jump to the beginning of the line.

My rofi theme

This could be fixed by either:

  1. Get rid of the unused space (by aligning all elements in listview's horizontal mode to fit the 100% window width?) or:
  2. Create an option that makes all elements in listview's horizontal mode to right/center/left-aligned consistently.

As always, thank you so much for your work!

Edit: Additional information:

Version: Version: 1.5.0-dirty (tags/1.5.0)

Configuration: gist

Launch command: rofi -modi drun -show drun -drun-match-fields name -scroll-method 1

ghost commented 6 years ago

@DaveDavenport Added additional information. Thank you.