Fixes 2 finger close

master
Jonathan Hodgson 3 years ago
parent 009e4569b0
commit db0dd2450c
  1. 2
      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 &" },

Loading…
Cancel
Save