Skip to content

Commit

Permalink
Merge branch 'master' into compositor
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems authored Feb 6, 2024
2 parents c3e3169 + e32a6c9 commit 850cf0a
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
28 changes: 24 additions & 4 deletions web/src/documentation/01_usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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:

Expand Down

0 comments on commit 850cf0a

Please sign in to comment.