From 314331c945025470cc6b91670d0ea85b1eecc0c7 Mon Sep 17 00:00:00 2001 From: The_miro Date: Tue, 23 Sep 2025 08:32:59 +0200 Subject: [PATCH] added 4 finger workspace window move --- desktopenvs/hyprland/hypr-usr/binds.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/desktopenvs/hyprland/hypr-usr/binds.conf b/desktopenvs/hyprland/hypr-usr/binds.conf index dcc8949..91eb3fb 100644 --- a/desktopenvs/hyprland/hypr-usr/binds.conf +++ b/desktopenvs/hyprland/hypr-usr/binds.conf @@ -18,6 +18,12 @@ gesture = 3, horizontal, workspace gesture = 3, up, dispatcher, movetoworkspacesilent, special:magic gesture = 3, down, special, magic +gesture = 4, down, dispatcher, movetoworkspace, special:magic +gesture = 4, up, dispatcher, movetoworkspace, r+0 + +gesture = 4, left, dispatcher, movetoworkspace, r+1 +gesture = 4, right, dispatcher, movetoworkspace, r-1 + #################### ### KEYBINDINGSS ### ####################