(05-26-2020, 09:18 AM)Luke Wrote: This is great thanksHey thanks Luke - I vote we keep it all in one thread for now
Do you want/ need a separate subforum?
(05-26-2020, 12:06 PM)saba Wrote: Can anybody figure out how to increase the font size in xcalc? I can change the colors in .Xresources, but no luck with fonts.
You have to use X logical fonts - I agree the fonts are too small. Let me know if you get the fix so I can put it in the Xresources that comes with sxmo-utils. Here's some info on X logical fonts: https://wiki.archlinux.org/index.php/X_L...escription
(05-26-2020, 12:14 PM)visiblink Wrote: It seems that the touch input for everything is messed up in landscape. I made the mistake of putting it into landscape to watch a youtube video, and then I couldn't get out. I've just joined source hut to put in a ticket (but I bet he already knows).Rotation should be fixed now in latest sxmo-utils in the repo. Apk update/upgrade should fix it (after the build finishes and pushed to the alpine repo in about 10 min)
Regarding alternative gestures, I agree the swipe gestures could be improved upon. Four finger swipe is kind of crazy One through three fingers are easy for me.
Lisgd's code is really small though so I'll probably come back to this at some point, it's like a 300 line C program. Very easy to edit currently. My main concern is I don't want to implement complex logic (and the other gesture libraries I saw were hard to read the source on). For lisgd, I'm thinking maybe like dot (single tap) then swipe - that would be really easy to implement (and would be easy to modify the config.def.h to accommodate). Not sure, still gotta think about it. I'm more into pressing down on these pinephone buttons afterall, lol.