[PT2] Sway - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PineTab (https://forum.pine64.org/forumdisplay.php?fid=140) +--- Forum: PineTab Software (https://forum.pine64.org/forumdisplay.php?fid=142) +--- Thread: [PT2] Sway (/showthread.php?tid=18426) |
[PT2] Sway - m3henry - 06-29-2023 After using KDE for a while, the PineTab2 is not being as responseive as I'd like. I thought I'd give sway a go, as I use it for my media PC. I'm happy to report that using sway definitely makes things snappier when it comes to switching windows. Plus openttd seems to run just fine once hardware acceleration is disabled. (most of the time was spent in presentation rather than rendering) The screen and touch input needed rotating which is achieved by adding this to the sway config Code: output DSI-1 transform 90 RE: [PT2] Sway - jfenn2199 - 07-01-2023 (06-29-2023, 05:45 PM)m3henry Wrote: The screen and touch input needed rotating which is achieved by adding this to the sway config Thank you for this! And I kept rolling with it and after installing rot8 and adding this to the config file auto-rotation is working Code: exec rot8 --display DSI-1 --normalization-factor 1e3 --invert-xy xz Going to play around with lisgd sometime this week. For using it as a tablet I'm planning on using nwg-drawer as an application launcher and wvkbd for an on-screen keyboard. Do you have any other packages in mind for filling out the tablet experience with sway? |