From b6fce2b0df3047e710afb835961ff54559e18c89 Mon Sep 17 00:00:00 2001 From: alejandro-angulo Date: Tue, 14 Apr 2026 09:39:38 -0700 Subject: [PATCH] Add gesture to swipe across workspaces --- modules/home/windowManagers/hyprland/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/home/windowManagers/hyprland/default.nix b/modules/home/windowManagers/hyprland/default.nix index 2c90721..36e3d9b 100644 --- a/modules/home/windowManagers/hyprland/default.nix +++ b/modules/home/windowManagers/hyprland/default.nix @@ -255,6 +255,8 @@ in ", XF86MonBrightnessDown, exec, ${pkgs.swayosd}/bin/swayosd-client --brightness lower" ", XF86MonBrightnessUp, exec, ${pkgs.swayosd}/bin/swayosd-client --brightness raise" ]; + + gesture = "3, horizontal, workspace"; }; };