diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9eb3b826d..099fea6bc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -70,6 +70,9 @@ jobs: set -ex opkg update opkg install python3 # needed for reboot-guard + wget https://github.com/Eeems-Org/sysfs_preload/releases/download/1.0.0/packages.zip -O /tmp/packages.zip + unzip /tmp/packages.zip -d /tmp + opkg install /tmp/rmall/sysfs_preload_1.0.0-1_rmall.ipk echo "src/gz local-rmall file:///opt/tmp/src" > /opt/etc/opkg.conf.d/16-local.conf run: | set -ex diff --git a/package b/package index 030f98cb4..315b0bb51 100644 --- a/package +++ b/package @@ -37,7 +37,7 @@ build() { oxide() { pkgdesc="Launcher application" section="launchers" - installdepends=("oxide-utils=$pkgver" "liboxide=$pkgver" "libsentry=$_sentryver" "oxide-display=$pkgver" reboot-guard) + installdepends=("oxide-utils=$pkgver" "liboxide=$pkgver" "libsentry=$_sentryver" "oxide-display=$pkgver" reboot-guard sysfs_preload) replaces=(erode tarnish decay corrupt) conflicts=(erode tarnish decay corrupt) diff --git a/web/src/documentation/01_usage.rst b/web/src/documentation/01_usage.rst index 83726a938..845527052 100644 --- a/web/src/documentation/01_usage.rst +++ b/web/src/documentation/01_usage.rst @@ -34,7 +34,11 @@ Press on an application to launch, or return to an application. Long press on it Application Switcher (corrupt) ============================== -* Swipe up from the bottom of the screen to open the application switcher. +* To open the application switcher: + + * Swipe up from the bottom of the screen + * Alt+Tab + * You can select ``Home`` to return to the launcher. * You can select any running application to switch to that application. * You can long press any running application to close that application. @@ -47,11 +51,27 @@ Application Switcher (corrupt) Background Service (tarnish) ============================ -* Press and hold the left button, or swipe from the left edge of the screen to return to the previous application. -* Press and hold the middle button to launch the process manager. +* To return to the previous application: + + * Opt+Backspace + * Press and hold the left button on the rM1. + * Swipe from the left edge of the screen. + +* To launch the process manager: + + * Press and hold the middle button on the rM1. + * Ctrl+Shift+1 + * Press the power button to suspend the device. -* Press and hold the right button, or swipe from the right edge of the screen to take a screenshot. +* To take a screenshot: + + * Press and hold the right button on the rM1. + * Swipe from the right edge of the screen. + * Shift+Opt+S + * Swipe from the top of the screen to enable/disable swipe gestures. +* Opt+L to lock the screen. +* Ctrl+Alt+T to open yaft or fingerterm if installed .. _erode: