From a48aac42d06786f2f804981b591270ca17a63d58 Mon Sep 17 00:00:00 2001 From: rope Date: Wed, 29 Jul 2026 17:34:05 +0100 Subject: [PATCH] macbook: swipe workspaces vertically --- settings/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/hyprland.nix b/settings/hyprland.nix index 0e6e916..1558805 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -342,7 +342,7 @@ in ${lib.optionalString isMacbook '' -- Three-finger touchpad swipe between workspaces - hl.gesture({ fingers = 3, direction = "horizontal", action = "workspace" }) + hl.gesture({ fingers = 3, direction = "vertical", action = "workspace" }) ''} -- Screenshots — Shift+Super+S matches GNOME binding