06-02-2020, 06:34 PM
(06-01-2020, 12:57 PM)janw Wrote: I've succesfully set up a hotspot on my pinephone with sxmo.
More info at http://www.janwagemakers.be/jekyll/pinep...tspot.html
Nice - might be nice to have a menu item eventually for this too in config. Still actually have to setup my mobile data to begin with
(06-01-2020, 09:02 PM)edge Wrote: Is there a way to have the menus loop?It wouldn't be hard to write a patch for dmenu to do this but I'd probably opt against it as really it's only ever 1 extra button press up/down since you can hold the button down.
Sometimes, more than a few button presses are required to get to a menu item at the bottom when fewer presses are needed if it were possible to jump to the last item from the first.
The condition checks are really simple if you want to poke around the code: https://git.sr.ht/~mil/sxmo-dmenu/tree/m...enu.c#L575 Basically you'd just if/else the condition and in the new branch modify the curr pointer accordingly.