Difference between revisions of "Sxmo"

From Dejvino's Knowledge Base
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
It is possible to build as a regular [[postmarketOS]] image with additional packages (sxmo-ui).
 
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.
 +
* [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 7: 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.

External Links