Dylan De Faoite 798ecf40a2 fix(hypr): adjust gesture settings for smoother workspace swaps
It turns out there are options for adjust the cancelling ratio and force
speed for workspace animations. This makes it much closer to real MacOS
animations.

This was tested against Jas's Macbook Air - M1 and they seem quite
closer.
2026-03-16 22:26:54 +00:00
2026-03-14 00:34:20 +00:00
2026-03-12 08:56:16 +00:00
2026-01-25 12:13:51 +00:00

Setup

  1. Run bootstrap.sh to configure system files and install packages
  2. Add monitors.conf in ~/.config/hypr/ for your specific monitor setup

Packages

  • Used sudo pacman -Qqen to get all explicit offical packages
  • Used sudo pacman -Qqem to get all explicit unofficial AUR packages

Meaning

  • -Q: Query local package database
  • -q: Quiet flag, print only package name
  • -e: Only show explicitly installed packages
  • -n: Native packages only
  • -m: Foreign packages only
Description
Personal Linux desktop configuration with modest ambitions.
Readme 17 MiB
Languages
Shell 56.9%
CSS 43.1%