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
Should be able to swipe below the menu to move to next page. Doesn't do that. (works with dmenu under X)
Swiping up for previous page works, and swiping left for cancel works. Only swiping down for next page is broken for me.
In some odd corner-cases sometimes I can make the 'next page' appear.
This is most likely an upstream issue and I'm not planning on spending the time to debug this currently. To keep things usable I'm setting environment.variables.SXMO_BMENU_PORTRAIT_LINES = "25"; in my configuration.nix to make the menu taller such that I don't need to scroll in most cases.
The text was updated successfully, but these errors were encountered:
Tested with pinephone pro.
Should be able to swipe below the menu to move to next page. Doesn't do that. (works with dmenu under X)
Swiping up for previous page works, and swiping left for cancel works. Only swiping down for next page is broken for me.
In some odd corner-cases sometimes I can make the 'next page' appear.
This is most likely an upstream issue and I'm not planning on spending the time to debug this currently. To keep things usable I'm setting
environment.variables.SXMO_BMENU_PORTRAIT_LINES = "25";
in my configuration.nix to make the menu taller such that I don't need to scroll in most cases.The text was updated successfully, but these errors were encountered: