Fixes 2 finger close
This commit is contained in:
parent
009e4569b0
commit
db0dd2450c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue