From 5adf2c72f9acf974e43a84a93c76e3bcf22f71ec Mon Sep 17 00:00:00 2001 From: xdavidwu Date: Mon, 26 Dec 2022 21:34:26 +0800 Subject: [PATCH] sway: gestures --- .config/sway/config | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.config/sway/config b/.config/sway/config index 94fe2c2..afa6bfa 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -228,3 +228,11 @@ bindsym XF86AudioPlay exec playerctl play-pause bindsym XF86AudioPrev exec playerctl previous bindsym XF86AudioNext exec playerctl next bindsym XF86Search exec playerctl shuffle Toggle + +bindgesture swipe:right focus right +bindgesture swipe:left focus left + +bindgesture pinch:inward+up move up +bindgesture pinch:inward+down move down +bindgesture pinch:inward+left move left +bindgesture pinch:inward+right move right -- 2.45.2