From 6334ee07325158bd404850f6d89bafdf5fdf6fcf Mon Sep 17 00:00:00 2001 From: The_miro Date: Tue, 16 Sep 2025 11:37:02 +0200 Subject: [PATCH] fixed gestures --- desktopenvs/hyprland/hypr-usr/binds.conf | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/desktopenvs/hyprland/hypr-usr/binds.conf b/desktopenvs/hyprland/hypr-usr/binds.conf index a840de0..a7e699b 100644 --- a/desktopenvs/hyprland/hypr-usr/binds.conf +++ b/desktopenvs/hyprland/hypr-usr/binds.conf @@ -10,6 +10,14 @@ $fileManager = kitty -e yazi $editor = kitty nvim $menu = ulauncher-toggle +#################### +### GESTURES ### +#################### + +gesture = 3, left, dispatcher, workspace, r+1 +gesture = 3, right, dispatcher, workspace, r-1 +gesture = 3, down, special, magic + #################### ### KEYBINDINGSS ### #################### @@ -104,7 +112,6 @@ bind = $mainMod, SPACE, togglespecialworkspace, magic bind = $mainMod SHIFT, SPACE, movetoworkspace, special:magic - bind = $mainMod CTRL, $navup, togglespecialworkspace, magic bind = $mainMod CTRL SHIFT, $navup, movetoworkspace, special:magic