Skip to content

New package: lisgd-0.4.0#51495

Closed
Eloitor wants to merge 1 commit intovoid-linux:masterfrom
Eloitor:lisgd
Closed

New package: lisgd-0.4.0#51495
Eloitor wants to merge 1 commit intovoid-linux:masterfrom
Eloitor:lisgd

Conversation

@Eloitor
Copy link
Copy Markdown
Contributor

@Eloitor Eloitor commented Jul 27, 2024

Testing the changes

  • I tested the changes in this PR: YES

New package

Local build testing

  • I built this PR locally for my native architecture, (aarch64-glibc)

I tested this PR on my pinephone with the following script

#!/bin/sh

# Define minimal configuration
LISGD_INPUT_DEVICE="${SXMO_LISGD_INPUT_DEVICE:-"/dev/input/by-path/first-touchscreen"}"
LISGD_THRESHOLD="${SXMO_LISGD_THRESHOLD:-125}"
LISGD_THRESHOLD_PRESSED="${SXMO_LISGD_THRESHOLD_PRESSED:-60}"

# Four basic gestures for testing
lisgd "$@" -d "$LISGD_INPUT_DEVICE" \
    -t "$LISGD_THRESHOLD" -T "$LISGD_THRESHOLD_PRESSED" \
    -g "1,LR,*,*,R,notify-send 'Swiped left to right'" \
    -g "1,RL,*,*,R,notify-send 'Swiped right to left'" \
    -g "1,DU,*,*,R,notify-send 'Swiped down to up'" \
    -g "1,UD,*,*,R,notify-send 'Swiped up to down'"

@classabbyamp classabbyamp added the new-package This PR adds a new package label Jul 31, 2024
@tranzystorekk
Copy link
Copy Markdown
Contributor

Duplicate of #50637

@tranzystorekk tranzystorekk marked this as a duplicate of #50637 Aug 29, 2024
@zen0bit
Copy link
Copy Markdown
Contributor

zen0bit commented Sep 30, 2024

Duplicate of #50637

Was closed

Can this be reopened?

@tranzystorekk
Copy link
Copy Markdown
Contributor

There's another open one: #52348

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

new-package This PR adds a new package

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants