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 ### ####################