Difference between revisions of "Sxmo"
Jump to navigation
Jump to search
| (One intermediate revision by the same user not shown) | |||
| Line 10: | Line 10: | ||
Input processing daemon. Converts touch events into gestures and then into shell actions. | Input processing daemon. Converts touch events into gestures and then into shell actions. | ||
* [https://git.sr.ht/~mil/lisgd Repository] | * [https://git.sr.ht/~mil/lisgd Repository] | ||
| + | |||
| + | === utils === | ||
| + | Utility scripts for various [[PinePhone]] related tasks: brightness, volume, etc. | ||
| + | |||
| + | * [https://git.sr.ht/~mil/sxmo-utils Repository] | ||
== External Links == | == External Links == | ||
| Line 15: | Line 20: | ||
* [https://git.sr.ht/~mil/sxmo-docs/tree/master/INSTALLGUIDE.md Install Guide] | * [https://git.sr.ht/~mil/sxmo-docs/tree/master/INSTALLGUIDE.md Install Guide] | ||
* [https://git.sr.ht/~mil/sxmo-docs/tree/master/USERGUIDE.md User Guide] | * [https://git.sr.ht/~mil/sxmo-docs/tree/master/USERGUIDE.md User Guide] | ||
| + | * [https://git.sr.ht/%7Emil/ Repository] | ||
Latest revision as of 07:56, 26 May 2020
Simple X Mobile: dwm on postmarketOS for PinePhone.
It is possible to build as a regular postmarketOS image with additional packages (sxmo-ui).
Components
xdm
X Display Manager service, shows a login screen and starts dwm after logging in.
lisgd
Input processing daemon. Converts touch events into gestures and then into shell actions.
utils
Utility scripts for various PinePhone related tasks: brightness, volume, etc.