From e5007d68983867546b29d594634aa7ffffa626db Mon Sep 17 00:00:00 2001 From: Ahwx Date: Tue, 16 Dec 2025 02:58:28 +0100 Subject: [PATCH] feat: update `hyprland` gestures --- modules/home/hyprland/config.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index 500712a..c117613 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -157,11 +157,11 @@ }; gesture = [ - "3, horizontal, workspace" - "4, up, dispatcher, playerctl -p mpd play-pause" - "4, left, dispatcher, playerctl -p mpd next" - "4, right, dispatcher, playerctl -p mpd previous" - # "4, horizontal, move" + "3, left, dispatcher, changegroupactive, b" + "3, right, dispatcher, changegroupactive, f" + "4, horizontal, workspace" + "4, pinchin, fullscreen" + "4, pinchout, float" ]; bind = [