Fixes 2 finger close

This commit is contained in:
Jonathan Hodgson 2021-04-04 15:44:03 +01:00
parent 009e4569b0
commit db0dd2450c

View file

@ -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 &" },