You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I checked the next branch to see if the feature has already been implemented
I searched existing reports to see if it is already requested.
What is the user problem or growth opportunity you want to see solved?
whenever scroll-method is set to 1 and theres more than 1 column, the smoothscroll works fine but moving to the right shifts every element by 1
basically, i want there to be a way for smooth scrolling (scroll-method: 1;) to be locked to one axis
How do you know that this problem exists today? Why is this important?
despite my looking, i was unable to find anything that could allow me to do this, keybind switching doesnt have anything, scroll-method only works as a boolean value, and the documentation doesnt seem to have anything else
im using flow: horizontal; for a grid system, but scroll-method: 0; is a bit jarring for me, and i still want to be able to move to the right
Who will benefit from it?
me specifically, its a super specific feature for a super specific case, but it would still be extremely nice for grid systems
Before opening a feature request
What is the user problem or growth opportunity you want to see solved?
whenever scroll-method is set to 1 and theres more than 1 column, the smoothscroll works fine but moving to the right shifts every element by 1
basically, i want there to be a way for smooth scrolling (scroll-method: 1;) to be locked to one axis
How do you know that this problem exists today? Why is this important?
despite my looking, i was unable to find anything that could allow me to do this, keybind switching doesnt have anything, scroll-method only works as a boolean value, and the documentation doesnt seem to have anything else
im using flow: horizontal; for a grid system, but scroll-method: 0; is a bit jarring for me, and i still want to be able to move to the right
Who will benefit from it?
me specifically, its a super specific feature for a super specific case, but it would still be extremely nice for grid systems
Rofi version (rofi -v)
1.7.5+wayland3
Configuration
https://gist.github.com/epidemicreddz/2da1a61f7ce396a32ac67dd1ca816382
Additional information
No response
The text was updated successfully, but these errors were encountered: