From db0dd2450c084af5a3afb8c2872a74115a28a170 Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Sun, 4 Apr 2021 15:44:03 +0100 Subject: [PATCH] Fixes 2 finger close --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index b6d8929..9aafaf2 100644 --- a/config.def.h +++ b/config.def.h @@ -32,7 +32,7 @@ Gesture gestures[] = { //{ 2, SwipeLR, EdgeAny, DistanceAny, "xdotool key --clearmodifiers Alt+e" }, //{ 2, SwipeRL, EdgeAny, DistanceAny, "xdotool key --clearmodifiers Alt+r" }, { 1, SwipeUD, EdgeTop, DistanceShort, "folder-shell &" }, - { 2, SwipeUD, EdgeTop, DistanceShort, "xdotool keys --clearmodifiers 'Super_L+q'" }, + { 2, SwipeUD, EdgeTop, DistanceShort, "sleep 0.3; xdotool key --clearmodifiers 'Super_L+q'" }, { 1, SwipeLR, EdgeLeft, DistanceShort, "spawn-phone-menu &" }, { 2, SwipeLR, EdgeLeft, DistanceShort, "spawn-phone-menu system &" },