Skip to content

Releases: Petyok/hyprswipe

Release list

v0.1.0

Choose a tag to compare

@Petyok Petyok released this 18 Aug 09:45

First public release.

Hold LMB+RMB and drag horizontally to swipe workspaces 1:1, exactly like a 3-finger touchpad gesture. hyprswipe creates a virtual uinput touchpad and emits a synthetic 3-finger swipe, so libinput and Hyprland do the real animation instead of it being reimplemented. Hold mainMod as well and the active window is carried across workspaces.

Install

bash <(curl -fsSL https://raw.githubusercontent.com/Petyok/hyprswipe/main/install.sh)

On Arch, makepkg -si with the bundled PKGBUILD.

With no flags it grabs the first mouse it can; use --match NAME or --grab /dev/input/eventN to pick a specific pointer. Nodes that can type are skipped, so a combo keyboard/mouse receiver will not be grabbed by accident.