From 7a8b0951d196a5d3e93d49d5cf62a386db74c917 Mon Sep 17 00:00:00 2001 From: thek4n Date: Fri, 28 Nov 2025 12:05:04 +0300 Subject: [PATCH] fix gestures --- home/user/.config/sway/bindings.conf | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/home/user/.config/sway/bindings.conf b/home/user/.config/sway/bindings.conf index 9e67386..956f26d 100644 --- a/home/user/.config/sway/bindings.conf +++ b/home/user/.config/sway/bindings.conf @@ -195,12 +195,12 @@ input type:touchpad { drag_lock disabled } -bindgesture swipe:4:right workspace next -bindgesture swipe:4:left workspace prev -bindgesture swipe:4:up exec $menu -bindgesture swipe:4:down workspace hide1; workspace hide2 +bindgesture swipe:3:right workspace next +bindgesture swipe:3:left workspace prev +bindgesture swipe:3:up exec $menu +bindgesture swipe:3:down workspace hide1; workspace hide2 -bindgesture swipe:3:right focus right -bindgesture swipe:3:left focus left -bindgesture swipe:3:up focus up -bindgesture swipe:3:down focus down +# bindgesture swipe:3:right focus right +# bindgesture swipe:3:left focus left +# bindgesture swipe:3:up focus up +# bindgesture swipe:3:down focus down