Skip to content

Commit

Permalink
Merge pull request #15 from Damglador/patch-1
Browse files Browse the repository at this point in the history
Add "--needed" to Arch install
  • Loading branch information
taj-ny authored Oct 18, 2024
2 parents df2506d + 5c4c236 commit 2d16551
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Tested on 6.1.5 and 6.2. X11 is not supported.
<br>

```
sudo pacman -S base-devel git extra-cmake-modules qt6-tools
sudo pacman -S --needed base-devel git extra-cmake-modules qt6-tools
```
</details>

Expand Down Expand Up @@ -114,4 +114,4 @@ Before reporting any issues related to gesture recognition, run ``libinput debug
Depending on the touchpad, 3 or 4-finger pinch gestures may sometimes be incorrectly interpreted as swipe gestures due to the touchpad only being able to track 2 fingers. As a workaround, move only 2 fingers in opposite directions. See https://wayland.freedesktop.org/libinput/doc/1.25.0/gestures.html#gestures-on-two-finger-touchpads for more information.

# Credits
- [KWin](https://invent.kde.org/plasma/kwin) - Gesture recognition code (parts of it), sending keystrokes
- [KWin](https://invent.kde.org/plasma/kwin) - Gesture recognition code (parts of it), sending keystrokes

0 comments on commit 2d16551

Please sign in to comment.